[INFO] cloning repository https://github.com/alexpilotti/libwhp-sample [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/alexpilotti/libwhp-sample" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexpilotti%2Flibwhp-sample", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexpilotti%2Flibwhp-sample'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ba225333dcbe1061457449a019ea836128cceed5 [INFO] testing alexpilotti/libwhp-sample against try#03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 for pr-74409 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexpilotti%2Flibwhp-sample" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/alexpilotti/libwhp-sample on toolchain 03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/alexpilotti/libwhp-sample [INFO] finished tweaking git repo https://github.com/alexpilotti/libwhp-sample [INFO] tweaked toml for git repo https://github.com/alexpilotti/libwhp-sample written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/alexpilotti/libwhp-sample already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/insula-rs/libwhp` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d73e493e859fa942ab5288f120314e03b2d93cb349c1ad3812941db164cdec38 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d73e493e859fa942ab5288f120314e03b2d93cb349c1ad3812941db164cdec38", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d73e493e859fa942ab5288f120314e03b2d93cb349c1ad3812941db164cdec38", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d73e493e859fa942ab5288f120314e03b2d93cb349c1ad3812941db164cdec38", kill_on_drop: false }` [INFO] [stdout] d73e493e859fa942ab5288f120314e03b2d93cb349c1ad3812941db164cdec38 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fcba67b337ec67c5daddf1a0f09f5c8b7e0b6875a4ff30370d2568a4b2463134 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "fcba67b337ec67c5daddf1a0f09f5c8b7e0b6875a4ff30370d2568a4b2463134", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.42 [INFO] [stderr] Compiling libwhp v0.1.0 (https://github.com/insula-rs/libwhp#72bdad4d) [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/libwhp-ee862e5ba074f4cc.libwhp.bzrojuef-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/libwhp-ee862e5ba074f4cc.libwhp.bzrojuef-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/libwhp-ee862e5ba074f4cc.libwhp.bzrojuef-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/libwhp-ee862e5ba074f4cc.libwhp.bzrojuef-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/libwhp-ee862e5ba074f4cc.libwhp.bzrojuef-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/libwhp-ee862e5ba074f4cc.libwhp.bzrojuef-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/libwhp-ee862e5ba074f4cc.libwhp.bzrojuef-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/libwhp-ee862e5ba074f4cc.libwhp.bzrojuef-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/libwhp-ee862e5ba074f4cc.libwhp.bzrojuef-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/libwhp-ee862e5ba074f4cc.libwhp.bzrojuef-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/libwhp-ee862e5ba074f4cc.libwhp.bzrojuef-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/libwhp-ee862e5ba074f4cc.libwhp.bzrojuef-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/libwhp-ee862e5ba074f4cc.libwhp.bzrojuef-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/libwhp-ee862e5ba074f4cc.libwhp.bzrojuef-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/libwhp-ee862e5ba074f4cc.libwhp.bzrojuef-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/libwhp-ee862e5ba074f4cc.libwhp.bzrojuef-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/liblibwhp-ee862e5ba074f4cc.so" "-Wl,--version-script=/tmp/rustcVnC7Lt/list" "/opt/rustwide/target/debug/deps/libwhp-ee862e5ba074f4cc.52nia89vonks8egz.rcgu.o" "-shared" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lWinHvEmulation" "-lWinHvPlatform" "-lKernel32" "-Wl,-Bstatic" "-Wl,--whole-archive" "/tmp/rustcVnC7Lt/libbitflags-26fd8a5d3df4bfc9.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustcVnC7Lt/liblibc-cf06101683c86e8f.rlib" "-Wl,--no-whole-archive" "-Wl,--start-group" "-L" "/opt/rustwide/rustup-home/toolchains/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bdynamic" "-lstd-5989bcf78182f65e" "-Wl,--end-group" "-Wl,-Bstatic" "/tmp/rustcVnC7Lt/libcompiler_builtins-95a4d456339b7385.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lWinHvEmulation [INFO] [stdout] /usr/bin/ld: cannot find -lWinHvPlatform [INFO] [stdout] /usr/bin/ld: cannot find -lKernel32 [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `libwhp`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "fcba67b337ec67c5daddf1a0f09f5c8b7e0b6875a4ff30370d2568a4b2463134", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fcba67b337ec67c5daddf1a0f09f5c8b7e0b6875a4ff30370d2568a4b2463134", kill_on_drop: false }` [INFO] [stdout] fcba67b337ec67c5daddf1a0f09f5c8b7e0b6875a4ff30370d2568a4b2463134