-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hi,
Running make -f test/Makefile all_emu
fails with this:
/root/test-client: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /root/test-client)
/root/test-client: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /root/test-client)
Here is the log file:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
^M 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0^M100 13.1M 100 13.1M 0 0 180M 0 --:--:-- --:--:-- --:--:-- 180M
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
^M 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0^M100 7825 100 7825 0 0 3820k 0 --:--:-- --:--:-- --:--:-- 7641k
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
^M 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0^M100 20 100 20 0 0 20000 0 --:--:-- --:--:-- --:--:-- 20000
Test: fibonacci-go
fibonacci-go Pulling
08192208c193 Pulling fs layer
6b078d25f61e Pulling fs layer
963866357e12 Pulling fs layer
08192208c193 Downloading [==================================================>] 93B/93B
08192208c193 Verifying Checksum
08192208c193 Download complete
08192208c193 Extracting [==================================================>] 93B/93B
6b078d25f61e Downloading [> ] 2.076kB/122.7kB
08192208c193 Extracting [==================================================>] 93B/93B
6b078d25f61e Downloading [==================================================>] 122.7kB/122.7kB
6b078d25f61e Verifying Checksum
6b078d25f61e Download complete
963866357e12 Downloading [> ] 85.77kB/8.457MB
963866357e12 Downloading [==============> ] 2.407MB/8.457MB
08192208c193 Pull complete
6b078d25f61e Extracting [=============> ] 32.77kB/122.7kB
6b078d25f61e Extracting [==================================================>] 122.7kB/122.7kB
963866357e12 Downloading [============================> ] 4.811MB/8.457MB
963866357e12 Downloading [================================================> ] 8.125MB/8.457MB
963866357e12 Verifying Checksum
963866357e12 Download complete
6b078d25f61e Pull complete
963866357e12 Extracting [> ] 98.3kB/8.457MB
963866357e12 Extracting [====> ] 688.1kB/8.457MB
963866357e12 Extracting [==================> ] 3.146MB/8.457MB
963866357e12 Extracting [==================================================>] 8.457MB/8.457MB
963866357e12 Pull complete
fibonacci-go Pulled
Network vswarmu_default Creating
Network vswarmu_default Created
Container function Creating
Container function Created
Container function Starting
Container function Started
/root/test-client: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /root/test-client)
/root/test-client: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /root/test-client)
Container function Stopping
Container function Stopped
Container function Removing
Container function Removed
Network vswarmu_default Removing
Network vswarmu_default Removed
FAIL: Commands failed
Test: aes-go
aes-go Pulling
0d35f8511266 Pulling fs layer
08d53f5b4cfa Pulling fs layer
985429b132cf Pulling fs layer
08d53f5b4cfa Downloading [> ] 2.088kB/122.7kB
08d53f5b4cfa Downloading [==================================================>] 122.7kB/122.7kB
08d53f5b4cfa Verifying Checksum
08d53f5b4cfa Download complete
985429b132cf Downloading [> ] 90.91kB/8.766MB
0d35f8511266 Downloading [==================================================>] 93B/93B
0d35f8511266 Verifying Checksum
0d35f8511266 Download complete
0d35f8511266 Extracting [==================================================>] 93B/93B
0d35f8511266 Extracting [==================================================>] 93B/93B
985429b132cf Downloading [===========> ] 2.05MB/8.766MB
0d35f8511266 Pull complete
08d53f5b4cfa Extracting [=============> ] 32.77kB/122.7kB
08d53f5b4cfa Extracting [==================================================>] 122.7kB/122.7kB
08d53f5b4cfa Extracting [==================================================>] 122.7kB/122.7kB
985429b132cf Downloading [================================> ] 5.679MB/8.766MB
985429b132cf Verifying Checksum
985429b132cf Download complete
08d53f5b4cfa Pull complete
985429b132cf Extracting [> ] 98.3kB/8.766MB
985429b132cf Extracting [=====> ] 884.7kB/8.766MB
985429b132cf Extracting [===================> ] 3.342MB/8.766MB
985429b132cf Extracting [==================================================>] 8.766MB/8.766MB
985429b132cf Pull complete
aes-go Pulled
Network vswarmu_default Creating
Network vswarmu_default Created
Container function Creating
Container function Created
Container function Starting
Container function Started
/root/test-client: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /root/test-client)
/root/test-client: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /root/test-client)
Container function Stopping
Container function Stopped
Container function Removing
Container function Removed
Network vswarmu_default Removing
Network vswarmu_default Removed
FAIL: Commands failed
My host machine is running Ubuntu 22.04, the kernel version is 5.15.0-117-generic, the glibc version is 2.35, and the python version is 3.10.12.
I also tried the suggested solution mentioned in another post about changing the install_functions.sh script to download the client file from https://github.com/vhive-serverless/vSwarm-u/releases/download/v0.2.0/test-client-amd64
, but it didn't help.
Metadata
Metadata
Assignees
Labels
No labels