[INFO] fetching crate rpt 0.2.1... [INFO] testing rpt-0.2.1 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate rpt 0.2.1 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate rpt 0.2.1 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rpt 0.2.1 [INFO] finished tweaking crates.io crate rpt 0.2.1 [INFO] tweaked toml for crates.io crate rpt 0.2.1 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate crates.io crate rpt 0.2.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded generator v0.6.23 [INFO] [stderr] Downloaded indenter v0.3.0 [INFO] [stderr] Downloaded sharded-slab v0.1.0 [INFO] [stderr] Downloaded tracing-subscriber v0.2.15 [INFO] [stderr] Downloaded eyre v0.6.2 [INFO] [stderr] Downloaded loom v0.3.6 [INFO] [stderr] Downloaded weezl v0.1.2 [INFO] [stderr] Downloaded tinyvec v1.0.1 [INFO] [stderr] Downloaded rand_distr v0.4.0 [INFO] [stderr] Downloaded zip v0.5.10 [INFO] [stderr] Downloaded num-rational v0.3.1 [INFO] [stderr] Downloaded color-eyre v0.5.10 [INFO] [stderr] Downloaded nalgebra-glm v0.10.0 [INFO] [stderr] Downloaded nalgebra v0.24.1 [INFO] [stderr] Downloaded bzip2-sys v0.1.9+1.0.8 [INFO] [stderr] Downloaded ring v0.16.16 [INFO] [stderr] Downloaded chunked_transfer v1.3.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9f610c50a8c9ac9bb271669089182c322a6c93e03215e5f25956d9410ea6e5aa [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" "9f610c50a8c9ac9bb271669089182c322a6c93e03215e5f25956d9410ea6e5aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9f610c50a8c9ac9bb271669089182c322a6c93e03215e5f25956d9410ea6e5aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9f610c50a8c9ac9bb271669089182c322a6c93e03215e5f25956d9410ea6e5aa", kill_on_drop: false }` [INFO] [stdout] 9f610c50a8c9ac9bb271669089182c322a6c93e03215e5f25956d9410ea6e5aa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b76b537a439f3a14a72ce0dc007e6072382a9e4cb0bbf20cd76ea264387be4e4 [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" "b76b537a439f3a14a72ce0dc007e6072382a9e4cb0bbf20cd76ea264387be4e4", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libm v0.2.1 [INFO] [stderr] Compiling const_fn v0.4.3 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling weezl v0.1.2 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling adler v0.2.3 [INFO] [stderr] Compiling paste v1.0.4 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling bytemuck v1.4.1 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling crossbeam-utils v0.8.0 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-rational v0.3.1 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling matrixmultiply v0.2.3 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling gif v0.11.1 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling png v0.16.7 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling approx v0.4.0 [INFO] [stderr] Compiling num-complex v0.3.1 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling crossbeam-epoch v0.9.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling simba v0.3.1 [INFO] [stderr] Compiling rand_distr v0.3.0 [INFO] [stderr] Compiling rand_distr v0.4.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.20 [INFO] [stderr] Compiling tiff v0.6.0 [INFO] [stderr] Compiling image v0.23.13 [INFO] [stderr] Compiling nalgebra v0.24.1 [INFO] [stderr] Compiling nalgebra-glm v0.10.0 [INFO] [stderr] Compiling rpt v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [optimized + debuginfo] target(s) in 2m 06s [INFO] running `Command { std: "docker" "inspect" "b76b537a439f3a14a72ce0dc007e6072382a9e4cb0bbf20cd76ea264387be4e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b76b537a439f3a14a72ce0dc007e6072382a9e4cb0bbf20cd76ea264387be4e4", kill_on_drop: false }` [INFO] [stdout] b76b537a439f3a14a72ce0dc007e6072382a9e4cb0bbf20cd76ea264387be4e4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 750b8b68fa3442fcdc231906f5d013a716ca91affb6b59a8a049a0d423340aa6 [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" "750b8b68fa3442fcdc231906f5d013a716ca91affb6b59a8a049a0d423340aa6", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.61 [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Compiling once_cell v1.4.1 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling pin-project-lite v0.1.11 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling gimli v0.23.0 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling eyre v0.6.2 [INFO] [stderr] Compiling rustc-demangle v0.1.18 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling indenter v0.3.0 [INFO] [stderr] Compiling object v0.22.0 [INFO] [stderr] Compiling owo-colors v1.3.0 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling chunked_transfer v1.3.0 [INFO] [stderr] Compiling tracing-core v0.1.17 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling sharded-slab v0.1.0 [INFO] [stderr] Compiling tinyvec v1.0.1 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling form_urlencoded v1.0.0 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling flate2 v1.0.14 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling tracing-subscriber v0.2.15 [INFO] [stderr] Compiling unicode-normalization v0.1.16 [INFO] [stderr] Compiling ring v0.16.16 [INFO] [stderr] Compiling bzip2-sys v0.1.9+1.0.8 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling addr2line v0.14.0 [INFO] [stderr] Compiling backtrace v0.3.54 [INFO] [stderr] Compiling url v2.2.0 [INFO] [stderr] Compiling bzip2 v0.3.3 [INFO] [stderr] Compiling webpki v0.21.3 [INFO] [stderr] Compiling sct v0.6.0 [INFO] [stderr] Compiling rustls v0.19.0 [INFO] [stderr] Compiling webpki-roots v0.21.0 [INFO] [stderr] Compiling tracing-attributes v0.1.11 [INFO] [stderr] Compiling thiserror-impl v1.0.22 [INFO] [stderr] Compiling ureq v2.0.2 [INFO] [stderr] Compiling tracing v0.1.21 [INFO] [stderr] Compiling thiserror v1.0.22 [INFO] [stderr] Compiling zip v0.5.10 [INFO] [stderr] Compiling tracing-error v0.1.2 [INFO] [stderr] Compiling color-spantrace v0.1.6 [INFO] [stderr] Compiling color-eyre v0.5.10 [INFO] [stderr] Compiling rpt v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `rpt` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name wine_glass --edition=2018 examples/wine_glass.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=2 -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=on -C metadata=d44d254052753327 -C extra-filename=-d44d254052753327 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern color_eyre=/opt/rustwide/target/debug/deps/libcolor_eyre-6d107d6fec36575f.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-6b6efeb7a7bc68a6.rlib --extern glm=/opt/rustwide/target/debug/deps/libnalgebra_glm-bd561c64031f3575.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-5c0389489f40e7d4.rlib --extern rand_distr=/opt/rustwide/target/debug/deps/librand_distr-0bc5a5473378db17.rlib --extern rayon=/opt/rustwide/target/debug/deps/librayon-43b6c4ef0ecb50a2.rlib --extern rpt=/opt/rustwide/target/debug/deps/librpt-b9247ae55b8ec9b4.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-73d10d4dab7a742b.rlib --extern ureq=/opt/rustwide/target/debug/deps/libureq-f235936c67cad52e.rlib --extern zip=/opt/rustwide/target/debug/deps/libzip-ebc663ead7220ba8.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-1678e6bcfc16404f/out -L native=/opt/rustwide/target/debug/build/bzip2-sys-a7ed8dbe95ad1408/out/lib` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/teapot-735e694aca11e5ab.teapot.e932a5d6-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/teapot-735e694aca11e5ab.teapot.e932a5d6-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/teapot-735e694aca11e5ab.teapot.e932a5d6-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/teapot-735e694aca11e5ab.teapot.e932a5d6-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/teapot-735e694aca11e5ab.teapot.e932a5d6-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/teapot-735e694aca11e5ab.teapot.e932a5d6-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/teapot-735e694aca11e5ab.teapot.e932a5d6-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/teapot-735e694aca11e5ab.teapot.e932a5d6-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/teapot-735e694aca11e5ab.teapot.e932a5d6-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/teapot-735e694aca11e5ab.teapot.e932a5d6-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/teapot-735e694aca11e5ab.teapot.e932a5d6-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/teapot-735e694aca11e5ab.teapot.e932a5d6-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/teapot-735e694aca11e5ab.teapot.e932a5d6-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/teapot-735e694aca11e5ab.teapot.e932a5d6-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/teapot-735e694aca11e5ab.teapot.e932a5d6-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/teapot-735e694aca11e5ab.teapot.e932a5d6-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/teapot-735e694aca11e5ab.3kqyvn2cr7t9j4vl.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/ring-1678e6bcfc16404f/out" "-L" "/opt/rustwide/target/debug/build/bzip2-sys-a7ed8dbe95ad1408/out/lib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcolor_eyre-6d107d6fec36575f.rlib" "/opt/rustwide/target/debug/deps/libcolor_spantrace-2f67f41b293b0cec.rlib" "/opt/rustwide/target/debug/deps/libtracing_error-cdaef7b3fee11674.rlib" "/opt/rustwide/target/debug/deps/libtracing_subscriber-cb1a032669b06f4f.rlib" "/opt/rustwide/target/debug/deps/libthread_local-a17da09bc046e036.rlib" "/opt/rustwide/target/debug/deps/libsharded_slab-fc974ac6153742be.rlib" "/opt/rustwide/target/debug/deps/libtracing-2a9e75bcde9961d3.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-d779f043d321a5e6.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-209c19393e1fc204.rlib" "/opt/rustwide/target/debug/deps/libowo_colors-49837cd70c87b0a6.rlib" "/opt/rustwide/target/debug/deps/libeyre-796fd9950350326f.rlib" "/opt/rustwide/target/debug/deps/libindenter-43813df2789fd57a.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-1021fb8de4544bc4.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-0d68613e0b8c7575.rlib" "/opt/rustwide/target/debug/deps/libobject-f2b4bd3fa4a67956.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-7df47875fd8cc2bb.rlib" "/opt/rustwide/target/debug/deps/libgimli-c46c2e30af4a3422.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-28875d68c2c24146.rlib" "/opt/rustwide/target/debug/deps/librpt-b9247ae55b8ec9b4.rlib" "/opt/rustwide/target/debug/deps/librand_distr-0bc5a5473378db17.rlib" "/opt/rustwide/target/debug/deps/librand-5c0389489f40e7d4.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-df123605446a87d2.rlib" "/opt/rustwide/target/debug/deps/librand_core-5e7543ec961d3613.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-b8d3e6334be27f70.rlib" "/opt/rustwide/target/debug/deps/libimage-6b6efeb7a7bc68a6.rlib" "/opt/rustwide/target/debug/deps/libbytemuck-e02668bd42156ead.rlib" "/opt/rustwide/target/debug/deps/libpng-5eb9cfeccd693969.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-7adb6e4b2351db3e.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-486afe5e69287cef.rlib" "/opt/rustwide/target/debug/deps/libdeflate-f414ece7be8941d3.rlib" "/opt/rustwide/target/debug/deps/libadler32-93983c86f81c84f1.rlib" "/opt/rustwide/target/debug/deps/libbitflags-9137a02fc2842f20.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-4cbfe6ce05640633.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-b082c88b3566ffae.rlib" "/opt/rustwide/target/debug/deps/libgif-e7e34833f10a159a.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-78b072e4a409cb41.rlib" "/opt/rustwide/target/debug/deps/libtiff-bc8e3e357aa8e658.rlib" "/opt/rustwide/target/debug/deps/libweezl-d3a02d8cb414820d.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-819a8c40164347f7.rlib" "/opt/rustwide/target/debug/deps/libadler-8d415df4ff5c00ef.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-30aa20328750f601.rlib" "/opt/rustwide/target/debug/deps/librayon-43b6c4ef0ecb50a2.rlib" "/opt/rustwide/target/debug/deps/librayon_core-00fb3f54e9f2c933.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-7e7bc46634738c61.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-c8fabc8f04cb16a3.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-b5b6fcc829930fb9.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-94e19036a73ddb13.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-4f380fea8e0620a5.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-f97e338b5d8fd850.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-05da8c004ede5406.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-594183815e238e89.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-59ca1dd0db1aa6d6.rlib" "/opt/rustwide/target/debug/deps/libeither-d52a00fcacfceb25.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-da8dff5b3590bc21.rlib" "/opt/rustwide/target/debug/deps/libnalgebra_glm-bd561c64031f3575.rlib" "/opt/rustwide/target/debug/deps/libnalgebra-4962516d731433e4.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-60971396404865a2.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-ab1a74d0722e5efc.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-032b709073834482.rlib" "/opt/rustwide/target/debug/deps/libtypenum-e73c863c96393085.rlib" "/opt/rustwide/target/debug/deps/libsimba-39087a56b37b8f60.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-945f768d82a3f663.rlib" "/opt/rustwide/target/debug/deps/librand_distr-916b80c103848ccc.rlib" "/opt/rustwide/target/debug/deps/librand-52843438bee0bbb1.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-bef3e1f8ec370c1a.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-622497ff8cc34d26.rlib" "/opt/rustwide/target/debug/deps/librand_core-22162044432951ed.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-bcf2119759f8fe5b.rlib" "/opt/rustwide/target/debug/deps/liblibc-1679d7988631f6fe.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-1e3f6b79ea5209ea.rlib" "/opt/rustwide/target/debug/deps/libmatrixmultiply-7fe4b46ef5fce1fc.rlib" "/opt/rustwide/target/debug/deps/librawpointer-793083c53e2fde3b.rlib" "/opt/rustwide/target/debug/deps/libapprox-aaf7c5fc236e2035.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-95e58b96c597d777.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/teapot-735e694aca11e5ab" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-Wl,-O1" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [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/examples/rustacean-02c346893ac861d3.rustacean.493f9b8b-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/rustacean-02c346893ac861d3.rustacean.493f9b8b-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/rustacean-02c346893ac861d3.rustacean.493f9b8b-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/rustacean-02c346893ac861d3.rustacean.493f9b8b-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/rustacean-02c346893ac861d3.rustacean.493f9b8b-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/rustacean-02c346893ac861d3.rustacean.493f9b8b-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/rustacean-02c346893ac861d3.rustacean.493f9b8b-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/rustacean-02c346893ac861d3.rustacean.493f9b8b-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/rustacean-02c346893ac861d3.rustacean.493f9b8b-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/rustacean-02c346893ac861d3.rustacean.493f9b8b-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/rustacean-02c346893ac861d3.rustacean.493f9b8b-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/rustacean-02c346893ac861d3.rustacean.493f9b8b-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/rustacean-02c346893ac861d3.rustacean.493f9b8b-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/rustacean-02c346893ac861d3.rustacean.493f9b8b-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/rustacean-02c346893ac861d3.rustacean.493f9b8b-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/rustacean-02c346893ac861d3.rustacean.493f9b8b-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/rustacean-02c346893ac861d3.2w9wl96ebm7fjfi4.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/ring-1678e6bcfc16404f/out" "-L" "/opt/rustwide/target/debug/build/bzip2-sys-a7ed8dbe95ad1408/out/lib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcolor_eyre-6d107d6fec36575f.rlib" "/opt/rustwide/target/debug/deps/libcolor_spantrace-2f67f41b293b0cec.rlib" "/opt/rustwide/target/debug/deps/libtracing_error-cdaef7b3fee11674.rlib" "/opt/rustwide/target/debug/deps/libtracing_subscriber-cb1a032669b06f4f.rlib" "/opt/rustwide/target/debug/deps/libthread_local-a17da09bc046e036.rlib" "/opt/rustwide/target/debug/deps/libsharded_slab-fc974ac6153742be.rlib" "/opt/rustwide/target/debug/deps/libtracing-2a9e75bcde9961d3.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-d779f043d321a5e6.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-209c19393e1fc204.rlib" "/opt/rustwide/target/debug/deps/libowo_colors-49837cd70c87b0a6.rlib" "/opt/rustwide/target/debug/deps/libeyre-796fd9950350326f.rlib" "/opt/rustwide/target/debug/deps/libindenter-43813df2789fd57a.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-1021fb8de4544bc4.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-0d68613e0b8c7575.rlib" "/opt/rustwide/target/debug/deps/libobject-f2b4bd3fa4a67956.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-7df47875fd8cc2bb.rlib" "/opt/rustwide/target/debug/deps/libgimli-c46c2e30af4a3422.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-28875d68c2c24146.rlib" "/opt/rustwide/target/debug/deps/librpt-b9247ae55b8ec9b4.rlib" "/opt/rustwide/target/debug/deps/librand_distr-0bc5a5473378db17.rlib" "/opt/rustwide/target/debug/deps/librand-5c0389489f40e7d4.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-df123605446a87d2.rlib" "/opt/rustwide/target/debug/deps/librand_core-5e7543ec961d3613.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-b8d3e6334be27f70.rlib" "/opt/rustwide/target/debug/deps/libimage-6b6efeb7a7bc68a6.rlib" "/opt/rustwide/target/debug/deps/libbytemuck-e02668bd42156ead.rlib" "/opt/rustwide/target/debug/deps/libpng-5eb9cfeccd693969.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-7adb6e4b2351db3e.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-486afe5e69287cef.rlib" "/opt/rustwide/target/debug/deps/libdeflate-f414ece7be8941d3.rlib" "/opt/rustwide/target/debug/deps/libadler32-93983c86f81c84f1.rlib" "/opt/rustwide/target/debug/deps/libbitflags-9137a02fc2842f20.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-4cbfe6ce05640633.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-b082c88b3566ffae.rlib" "/opt/rustwide/target/debug/deps/libgif-e7e34833f10a159a.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-78b072e4a409cb41.rlib" "/opt/rustwide/target/debug/deps/libtiff-bc8e3e357aa8e658.rlib" "/opt/rustwide/target/debug/deps/libweezl-d3a02d8cb414820d.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-819a8c40164347f7.rlib" "/opt/rustwide/target/debug/deps/libadler-8d415df4ff5c00ef.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-30aa20328750f601.rlib" "/opt/rustwide/target/debug/deps/librayon-43b6c4ef0ecb50a2.rlib" "/opt/rustwide/target/debug/deps/librayon_core-00fb3f54e9f2c933.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-7e7bc46634738c61.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-c8fabc8f04cb16a3.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-b5b6fcc829930fb9.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-94e19036a73ddb13.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-4f380fea8e0620a5.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-f97e338b5d8fd850.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-05da8c004ede5406.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-594183815e238e89.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-59ca1dd0db1aa6d6.rlib" "/opt/rustwide/target/debug/deps/libeither-d52a00fcacfceb25.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-da8dff5b3590bc21.rlib" "/opt/rustwide/target/debug/deps/libnalgebra_glm-bd561c64031f3575.rlib" "/opt/rustwide/target/debug/deps/libnalgebra-4962516d731433e4.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-60971396404865a2.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-ab1a74d0722e5efc.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-032b709073834482.rlib" "/opt/rustwide/target/debug/deps/libtypenum-e73c863c96393085.rlib" "/opt/rustwide/target/debug/deps/libsimba-39087a56b37b8f60.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-945f768d82a3f663.rlib" "/opt/rustwide/target/debug/deps/librand_distr-916b80c103848ccc.rlib" "/opt/rustwide/target/debug/deps/librand-52843438bee0bbb1.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-bef3e1f8ec370c1a.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-622497ff8cc34d26.rlib" "/opt/rustwide/target/debug/deps/librand_core-22162044432951ed.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-bcf2119759f8fe5b.rlib" "/opt/rustwide/target/debug/deps/liblibc-1679d7988631f6fe.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-1e3f6b79ea5209ea.rlib" "/opt/rustwide/target/debug/deps/libmatrixmultiply-7fe4b46ef5fce1fc.rlib" "/opt/rustwide/target/debug/deps/librawpointer-793083c53e2fde3b.rlib" "/opt/rustwide/target/debug/deps/libapprox-aaf7c5fc236e2035.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-95e58b96c597d777.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/rustacean-02c346893ac861d3" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-Wl,-O1" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "750b8b68fa3442fcdc231906f5d013a716ca91affb6b59a8a049a0d423340aa6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "750b8b68fa3442fcdc231906f5d013a716ca91affb6b59a8a049a0d423340aa6", kill_on_drop: false }` [INFO] [stdout] 750b8b68fa3442fcdc231906f5d013a716ca91affb6b59a8a049a0d423340aa6