[INFO] cloning repository https://github.com/camjackson/conway_rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/camjackson/conway_rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcamjackson%2Fconway_rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcamjackson%2Fconway_rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a5895769b2e96b41ef45f8cccc20b59c27dae3d8 [INFO] testing camjackson/conway_rs against master#b70888601af92f6cdc0364abab3446e418b91d36 for pr-86479 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcamjackson%2Fconway_rs" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/camjackson/conway_rs on toolchain b70888601af92f6cdc0364abab3446e418b91d36 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/camjackson/conway_rs [INFO] finished tweaking git repo https://github.com/camjackson/conway_rs [INFO] tweaked toml for git repo https://github.com/camjackson/conway_rs written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/camjackson/conway_rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7dab053ccf14cc502c3eafb3507fe4f99b31126a8dae8850a4ce127abd990d4c [INFO] running `Command { std: "docker" "start" "-a" "7dab053ccf14cc502c3eafb3507fe4f99b31126a8dae8850a4ce127abd990d4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7dab053ccf14cc502c3eafb3507fe4f99b31126a8dae8850a4ce127abd990d4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7dab053ccf14cc502c3eafb3507fe4f99b31126a8dae8850a4ce127abd990d4c", kill_on_drop: false }` [INFO] [stdout] 7dab053ccf14cc502c3eafb3507fe4f99b31126a8dae8850a4ce127abd990d4c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5384e42a07e009ad37bb7c9a501604b22ee671791f72e7ea3b3bda3f2f2a34f1 [INFO] running `Command { std: "docker" "start" "-a" "5384e42a07e009ad37bb7c9a501604b22ee671791f72e7ea3b3bda3f2f2a34f1", kill_on_drop: false }` [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling libc v0.2.11 [INFO] [stderr] Compiling bitflags v0.6.0 [INFO] [stderr] Compiling winapi v0.2.6 [INFO] [stderr] Compiling libloading v0.2.2 [INFO] [stderr] Compiling gcc v0.3.28 [INFO] [stderr] Compiling crossbeam v0.2.9 [INFO] [stderr] Compiling byteorder v0.5.1 [INFO] [stderr] Compiling bitflags v0.3.3 [INFO] [stderr] Compiling debug-builders v0.1.0 [INFO] [stderr] Compiling smallvec v0.1.7 [INFO] [stderr] Compiling tempfile v2.1.3 [INFO] [stderr] Compiling xml-rs v0.3.2 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Compiling dbghelp-sys v0.2.0 [INFO] [stderr] Compiling rand v0.3.14 [INFO] [stderr] Compiling shared_library v0.1.4 [INFO] [stderr] Compiling dylib v0.0.1 [INFO] [stderr] Compiling backtrace-sys v0.1.4 [INFO] [stderr] Compiling x11-dl v2.4.0 [INFO] [stderr] Compiling osmesa-sys v0.0.5 [INFO] [stderr] Compiling fs2 v0.2.4 [INFO] [stderr] Compiling memmap v0.2.3 [INFO] [stderr] Compiling dlib v0.3.0 [INFO] [stderr] Compiling wayland-sys v0.5.11 [INFO] [stderr] Compiling wayland-scanner v0.5.11 [INFO] [stderr] Compiling gl_generator v0.5.1 [INFO] [stderr] Compiling backtrace v0.1.8 [INFO] [stderr] Compiling wayland-client v0.5.11 [INFO] [stderr] Compiling glutin v0.5.1 [INFO] [stderr] Compiling glium v0.14.0 [INFO] [stderr] Compiling wayland-window v0.2.3 [INFO] [stderr] Compiling wayland-kbd v0.3.5 [INFO] [stderr] Compiling conway_rs v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/conway_rs-02b0aa770ada0aa9.conway_rs.9b0344d2-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/conway_rs-02b0aa770ada0aa9.conway_rs.9b0344d2-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/conway_rs-02b0aa770ada0aa9.conway_rs.9b0344d2-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/conway_rs-02b0aa770ada0aa9.conway_rs.9b0344d2-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/conway_rs-02b0aa770ada0aa9.conway_rs.9b0344d2-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/conway_rs-02b0aa770ada0aa9.conway_rs.9b0344d2-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/conway_rs-02b0aa770ada0aa9.conway_rs.9b0344d2-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/conway_rs-02b0aa770ada0aa9.conway_rs.9b0344d2-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/conway_rs-02b0aa770ada0aa9.conway_rs.9b0344d2-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/conway_rs-02b0aa770ada0aa9.conway_rs.9b0344d2-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/conway_rs-02b0aa770ada0aa9.conway_rs.9b0344d2-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/conway_rs-02b0aa770ada0aa9.conway_rs.9b0344d2-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/conway_rs-02b0aa770ada0aa9.conway_rs.9b0344d2-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/conway_rs-02b0aa770ada0aa9.conway_rs.9b0344d2-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/conway_rs-02b0aa770ada0aa9.conway_rs.9b0344d2-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/conway_rs-02b0aa770ada0aa9.conway_rs.9b0344d2-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/conway_rs-02b0aa770ada0aa9.2lq1re1xdjokykgp.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libglium-37cf3c1caffe8dc0.rlib" "/opt/rustwide/target/debug/deps/libglutin-22d4bad174f7eaff.rlib" "/opt/rustwide/target/debug/deps/libwayland_window-77e1828971ddd2e3.rlib" "/opt/rustwide/target/debug/deps/libtempfile-0cb47b7df9e00e67.rlib" "/opt/rustwide/target/debug/deps/librand-d4a5a9c5307e237a.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-39053e49df722952.rlib" "/opt/rustwide/target/debug/deps/libwayland_kbd-4764341094bae1d3.rlib" "/opt/rustwide/target/debug/deps/libmemmap-069d5842be2ed6fb.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0d7aefa8a3afc682.rlib" "/opt/rustwide/target/debug/deps/libosmesa_sys-edc1eed7817cba49.rlib" "/opt/rustwide/target/debug/deps/libwayland_client-e4b76eac2ee63774.rlib" "/opt/rustwide/target/debug/deps/libwayland_sys-edf45a8447ccc3cd.rlib" "/opt/rustwide/target/debug/deps/libdlib-8ec122c0189252c3.rlib" "/opt/rustwide/target/debug/deps/liblibloading-a723ce5de319f002.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-58a0af5dd1b6ca88.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-fa758a5bc4fae551.rlib" "/opt/rustwide/target/debug/deps/libbitflags-cdb5110014c93dd0.rlib" "/opt/rustwide/target/debug/deps/libx11_dl-e08c88e8e44813a0.rlib" "/opt/rustwide/target/debug/deps/libdylib-5bdba28e8dbee13b.rlib" "/opt/rustwide/target/debug/deps/libshared_library-4035b64e56758019.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-a6062eada48295b2.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-83a6121ba7cde9f2.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-0a28f44bb92525f0.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-3562bf65d9243e05.rlib" "/opt/rustwide/target/debug/deps/libdbghelp-76a6c6489ecc4b65.rlib" "/opt/rustwide/target/debug/deps/libwinapi-89eeaa899963d44d.rlib" "/opt/rustwide/target/debug/deps/libkernel32-5b3325c94be1145a.rlib" "/opt/rustwide/target/debug/deps/libdebug_builders-2d8e91d53f30fa45.rlib" "/opt/rustwide/target/debug/deps/liblibc-238423d6b9d20061.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-459da1343fe0e872.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9c44f1fe63de3edb.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5dfdbb680ac299a1.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-353beaf877db2fdf.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-cd4abd33332d2d3f.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-3b908b5b50ddd80c.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-9cafd3521b5532d3.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-7b0935832903a9ac.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-8a349b13d67c76e3.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-9d41e7cb09eafd8e.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-095194fedb4c0ec4.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-968cf83f088269ec.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e63bbb95a6beff5c.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-9f216e67c2916fa5.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-4688b763605c6a0e.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a9b2dc3244289321.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-52d5241975807511.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9924c22ae1efcf66.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-003d83a588984e1f.rlib" "-Wl,-Bdynamic" "-ldl" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/conway_rs-02b0aa770ada0aa9" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/libbacktrace-83a6121ba7cde9f2.rlib(backtrace-83a6121ba7cde9f2.backtrace.03f965e6-cgu.15.rcgu.o): in function `backtrace::symbolize::libbacktrace::init_state::{{closure}}': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.1.8/src/symbolize/libbacktrace.rs:164: undefined reference to `backtrace_create_state' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libbacktrace-83a6121ba7cde9f2.rlib(backtrace-83a6121ba7cde9f2.backtrace.03f965e6-cgu.15.rcgu.o): in function `backtrace::symbolize::libbacktrace::resolve': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.1.8/src/symbolize/libbacktrace.rs:192: undefined reference to `backtrace_pcinfo' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.1.8/src/symbolize/libbacktrace.rs:196: undefined reference to `backtrace_syminfo' [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 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `conway_rs` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "5384e42a07e009ad37bb7c9a501604b22ee671791f72e7ea3b3bda3f2f2a34f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5384e42a07e009ad37bb7c9a501604b22ee671791f72e7ea3b3bda3f2f2a34f1", kill_on_drop: false }` [INFO] [stdout] 5384e42a07e009ad37bb7c9a501604b22ee671791f72e7ea3b3bda3f2f2a34f1