[INFO] cloning repository https://github.com/acottis/azphelos [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/acottis/azphelos" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Facottis%2Fazphelos", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Facottis%2Fazphelos'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7afc8edf2b937a37e8d428f4be85a2098f971f66 [INFO] testing acottis/azphelos against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Facottis%2Fazphelos" "/workspace/builds/worker-114/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-114/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/acottis/azphelos on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-114/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/acottis/azphelos [INFO] finished tweaking git repo https://github.com/acottis/azphelos [INFO] tweaked toml for git repo https://github.com/acottis/azphelos written to /workspace/builds/worker-114/source/Cargo.toml [INFO] crate git repo https://github.com/acottis/azphelos already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9820af119d41534d2e2197479272391cc262a290cf0a70eb0f5b5626c7e24cb2 [INFO] running `Command { std: "docker" "start" "-a" "9820af119d41534d2e2197479272391cc262a290cf0a70eb0f5b5626c7e24cb2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9820af119d41534d2e2197479272391cc262a290cf0a70eb0f5b5626c7e24cb2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9820af119d41534d2e2197479272391cc262a290cf0a70eb0f5b5626c7e24cb2", kill_on_drop: false }` [INFO] [stdout] 9820af119d41534d2e2197479272391cc262a290cf0a70eb0f5b5626c7e24cb2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ea9536d1e73cd61c1ce9e069d204584e7d283f2740d5c3e0e077908b528fa24b [INFO] running `Command { std: "docker" "start" "-a" "ea9536d1e73cd61c1ce9e069d204584e7d283f2740d5c3e0e077908b528fa24b", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling azphelos v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicPtr::::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/efi.rs:7:22 [INFO] [stdout] | [INFO] [stdout] 7 | EFI_SYSTEM_TABLE.compare_and_swap(core::ptr::null_mut(), system_table, Ordering::SeqCst); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/azphelos-539d2426cebb95b3.azphelos.474853e6-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/azphelos-539d2426cebb95b3.azphelos.474853e6-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/azphelos-539d2426cebb95b3.azphelos.474853e6-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/azphelos-539d2426cebb95b3.azphelos.474853e6-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/azphelos-539d2426cebb95b3.azphelos.474853e6-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/azphelos-539d2426cebb95b3.azphelos.474853e6-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/azphelos-539d2426cebb95b3.azphelos.474853e6-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/azphelos-539d2426cebb95b3.azphelos.474853e6-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/azphelos-539d2426cebb95b3.azphelos.474853e6-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/azphelos-539d2426cebb95b3.azphelos.474853e6-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/azphelos-539d2426cebb95b3.azphelos.474853e6-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/azphelos-539d2426cebb95b3.azphelos.474853e6-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/azphelos-539d2426cebb95b3.azphelos.474853e6-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/azphelos-539d2426cebb95b3.azphelos.474853e6-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/azphelos-539d2426cebb95b3.azphelos.474853e6-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/azphelos-539d2426cebb95b3.azphelos.474853e6-cgu.9.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-fb6b78ac543a58ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1d1f2d1bec6f51b8.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-acf5ff6e9595d982.rlib" "-Wl,-Bdynamic" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/azphelos-539d2426cebb95b3" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o: in function `_start': [INFO] [stdout] (.text+0x16): undefined reference to `__libc_csu_fini' [INFO] [stdout] /usr/bin/ld: (.text+0x1d): undefined reference to `__libc_csu_init' [INFO] [stdout] /usr/bin/ld: (.text+0x24): undefined reference to `main' [INFO] [stdout] /usr/bin/ld: (.text+0x2a): undefined reference to `__libc_start_main' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] = help: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified [INFO] [stdout] = note: use the `-l` flag to specify native libraries to link [INFO] [stdout] = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#cargorustc-link-libkindname) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `azphelos` due to 2 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "ea9536d1e73cd61c1ce9e069d204584e7d283f2740d5c3e0e077908b528fa24b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea9536d1e73cd61c1ce9e069d204584e7d283f2740d5c3e0e077908b528fa24b", kill_on_drop: false }` [INFO] [stdout] ea9536d1e73cd61c1ce9e069d204584e7d283f2740d5c3e0e077908b528fa24b