[INFO] cloning repository https://github.com/xue2sheng/sample [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/xue2sheng/sample" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxue2sheng%2Fsample", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxue2sheng%2Fsample'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fc898c2a6134d6ea395b09e3e875277510504800 [INFO] checking xue2sheng/sample against try#8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346 for pr-86194 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxue2sheng%2Fsample" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/xue2sheng/sample on toolchain 8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/xue2sheng/sample [INFO] finished tweaking git repo https://github.com/xue2sheng/sample [INFO] tweaked toml for git repo https://github.com/xue2sheng/sample written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/xue2sheng/sample already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded const-sha1 v0.2.0 [INFO] [stderr] Downloaded windows_macros v0.10.0 [INFO] [stderr] Downloaded windows v0.10.0 [INFO] [stderr] Downloaded windows_gen v0.10.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f6ebe55f684dae68b1bbaa0b4e0a34b92a2e47236d7fba8cc90e909495dbadf9 [INFO] running `Command { std: "docker" "start" "-a" "f6ebe55f684dae68b1bbaa0b4e0a34b92a2e47236d7fba8cc90e909495dbadf9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f6ebe55f684dae68b1bbaa0b4e0a34b92a2e47236d7fba8cc90e909495dbadf9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f6ebe55f684dae68b1bbaa0b4e0a34b92a2e47236d7fba8cc90e909495dbadf9", kill_on_drop: false }` [INFO] [stdout] f6ebe55f684dae68b1bbaa0b4e0a34b92a2e47236d7fba8cc90e909495dbadf9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=forbid" "-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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bcce4af4b39685257a45bc6831bc8f32fe64eb7b4bdca86b9f35e7b0d05ac120 [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" "bcce4af4b39685257a45bc6831bc8f32fe64eb7b4bdca86b9f35e7b0d05ac120", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling windows_gen v0.10.0 [INFO] [stderr] Compiling const-sha1 v0.2.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling windows_macros v0.10.0 [INFO] [stderr] Compiling windows v0.10.0 [INFO] [stderr] Compiling bindings v0.1.0 (/opt/rustwide/workdir/bindings) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/build/bindings-395d07f9fc15f60c/build_script_build-395d07f9fc15f60c.build_script_build.a9f7gxxb-cgu.0.rcgu.o" "/opt/rustwide/target/debug/build/bindings-395d07f9fc15f60c/build_script_build-395d07f9fc15f60c.build_script_build.a9f7gxxb-cgu.1.rcgu.o" "/opt/rustwide/target/debug/build/bindings-395d07f9fc15f60c/build_script_build-395d07f9fc15f60c.build_script_build.a9f7gxxb-cgu.10.rcgu.o" "/opt/rustwide/target/debug/build/bindings-395d07f9fc15f60c/build_script_build-395d07f9fc15f60c.build_script_build.a9f7gxxb-cgu.11.rcgu.o" "/opt/rustwide/target/debug/build/bindings-395d07f9fc15f60c/build_script_build-395d07f9fc15f60c.build_script_build.a9f7gxxb-cgu.12.rcgu.o" "/opt/rustwide/target/debug/build/bindings-395d07f9fc15f60c/build_script_build-395d07f9fc15f60c.build_script_build.a9f7gxxb-cgu.13.rcgu.o" "/opt/rustwide/target/debug/build/bindings-395d07f9fc15f60c/build_script_build-395d07f9fc15f60c.build_script_build.a9f7gxxb-cgu.14.rcgu.o" "/opt/rustwide/target/debug/build/bindings-395d07f9fc15f60c/build_script_build-395d07f9fc15f60c.build_script_build.a9f7gxxb-cgu.15.rcgu.o" "/opt/rustwide/target/debug/build/bindings-395d07f9fc15f60c/build_script_build-395d07f9fc15f60c.build_script_build.a9f7gxxb-cgu.2.rcgu.o" "/opt/rustwide/target/debug/build/bindings-395d07f9fc15f60c/build_script_build-395d07f9fc15f60c.build_script_build.a9f7gxxb-cgu.3.rcgu.o" "/opt/rustwide/target/debug/build/bindings-395d07f9fc15f60c/build_script_build-395d07f9fc15f60c.build_script_build.a9f7gxxb-cgu.4.rcgu.o" "/opt/rustwide/target/debug/build/bindings-395d07f9fc15f60c/build_script_build-395d07f9fc15f60c.build_script_build.a9f7gxxb-cgu.5.rcgu.o" "/opt/rustwide/target/debug/build/bindings-395d07f9fc15f60c/build_script_build-395d07f9fc15f60c.build_script_build.a9f7gxxb-cgu.6.rcgu.o" "/opt/rustwide/target/debug/build/bindings-395d07f9fc15f60c/build_script_build-395d07f9fc15f60c.build_script_build.a9f7gxxb-cgu.7.rcgu.o" "/opt/rustwide/target/debug/build/bindings-395d07f9fc15f60c/build_script_build-395d07f9fc15f60c.build_script_build.a9f7gxxb-cgu.8.rcgu.o" "/opt/rustwide/target/debug/build/bindings-395d07f9fc15f60c/build_script_build-395d07f9fc15f60c.build_script_build.a9f7gxxb-cgu.9.rcgu.o" "/opt/rustwide/target/debug/build/bindings-395d07f9fc15f60c/build_script_build-395d07f9fc15f60c.2vcosgyw1rj31f5z.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libwindows-4ef6251e643214d9.rlib" "/opt/rustwide/target/debug/deps/libconst_sha1-528f581c39692e21.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-363511a59ca6fedb.rlib" "/opt/rustwide/rustup-home/toolchains/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-bfca9168c92854a6.rlib" "/opt/rustwide/rustup-home/toolchains/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-812e30513d1c89b8.rlib" "/opt/rustwide/rustup-home/toolchains/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-188e363ded42de4f.rlib" "/opt/rustwide/rustup-home/toolchains/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-e28ffeccd22e9a1f.rlib" "/opt/rustwide/rustup-home/toolchains/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-4548dd8a58fdea8b.rlib" "/opt/rustwide/rustup-home/toolchains/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-a19002c3af511478.rlib" "/opt/rustwide/rustup-home/toolchains/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-fa470ca82472f5af.rlib" "/opt/rustwide/rustup-home/toolchains/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d7e6aa5f63bd2910.rlib" "/opt/rustwide/rustup-home/toolchains/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-0913465657a90cb1.rlib" "/opt/rustwide/rustup-home/toolchains/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-1ff59d4f23b10626.rlib" "/opt/rustwide/rustup-home/toolchains/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-13cac61c165498fc.rlib" "/opt/rustwide/rustup-home/toolchains/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-cb211021e5cae8f7.rlib" "/opt/rustwide/rustup-home/toolchains/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-1079ae9f5c548531.rlib" "/opt/rustwide/rustup-home/toolchains/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3ff27e866345b61e.rlib" "/opt/rustwide/rustup-home/toolchains/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2588c44e3ecacf72.rlib" "/opt/rustwide/rustup-home/toolchains/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-c8ded1707ad10767.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-d231748acf961207.rlib" "-Wl,-Bdynamic" "-lOLE32" "-lKERNEL32" "-lOLEAUT32" "-lKERNEL32" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/bindings-395d07f9fc15f60c/build_script_build-395d07f9fc15f60c" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lOLE32 [INFO] [stdout] /usr/bin/ld: cannot find -lKERNEL32 [INFO] [stdout] /usr/bin/ld: cannot find -lOLEAUT32 [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 `bindings` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "bcce4af4b39685257a45bc6831bc8f32fe64eb7b4bdca86b9f35e7b0d05ac120", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bcce4af4b39685257a45bc6831bc8f32fe64eb7b4bdca86b9f35e7b0d05ac120", kill_on_drop: false }` [INFO] [stdout] bcce4af4b39685257a45bc6831bc8f32fe64eb7b4bdca86b9f35e7b0d05ac120