[INFO] cloning repository https://github.com/basvanwesting/genetic-algorithm [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/basvanwesting/genetic-algorithm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbasvanwesting%2Fgenetic-algorithm", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbasvanwesting%2Fgenetic-algorithm'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d4c9d1e0e5917aa38b946a697a078798854eea7a [INFO] building basvanwesting/genetic-algorithm against master#9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19 for pr-117684 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbasvanwesting%2Fgenetic-algorithm" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/basvanwesting/genetic-algorithm on toolchain 9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/basvanwesting/genetic-algorithm [INFO] finished tweaking git repo https://github.com/basvanwesting/genetic-algorithm [INFO] tweaked toml for git repo https://github.com/basvanwesting/genetic-algorithm written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/basvanwesting/genetic-algorithm already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:0c7e0e8312ad82a1bed3696438480b7da990d348377d3754e1cd95b06a8a36c7" "/opt/rustwide/cargo-home/bin/cargo" "+9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 67f6fa54e9794f94fb0329dfa434e117277ea970c13ad3506bc1719177b8d15c [INFO] running `Command { std: "docker" "start" "-a" "67f6fa54e9794f94fb0329dfa434e117277ea970c13ad3506bc1719177b8d15c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "67f6fa54e9794f94fb0329dfa434e117277ea970c13ad3506bc1719177b8d15c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "67f6fa54e9794f94fb0329dfa434e117277ea970c13ad3506bc1719177b8d15c", kill_on_drop: false }` [INFO] [stdout] 67f6fa54e9794f94fb0329dfa434e117277ea970c13ad3506bc1719177b8d15c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "RUSTDOCFLAGS=--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:0c7e0e8312ad82a1bed3696438480b7da990d348377d3754e1cd95b06a8a36c7" "/opt/rustwide/cargo-home/bin/cargo" "+9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e165627d0a01163d2df3c2f26631f461f16fcc8f7257a404ed7647e37eaed69d [INFO] running `Command { std: "docker" "start" "-a" "e165627d0a01163d2df3c2f26631f461f16fcc8f7257a404ed7647e37eaed69d", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.132 [INFO] [stderr] Compiling crossbeam-utils v0.8.8 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling rayon-core v1.9.2 [INFO] [stderr] Compiling log v0.4.16 [INFO] [stderr] Compiling crossbeam-queue v0.3.5 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling crossbeam-epoch v0.9.8 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling crossbeam-channel v0.5.8 [INFO] [stderr] Compiling getrandom v0.2.6 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling aho-corasick v0.7.19 [INFO] [stderr] Compiling rayon v1.5.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling num-complex v0.4.1 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling once_cell v1.14.0 [INFO] [stderr] Compiling regex v1.5.5 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling crossbeam v0.8.2 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling streaming-stats v0.2.3 [INFO] [stderr] Compiling factorial v0.2.1 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling env_logger v0.9.1 [INFO] [stderr] Compiling num v0.4.0 [INFO] [stderr] Compiling genetic_algorithm v0.7.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.44s [INFO] running `Command { std: "docker" "inspect" "e165627d0a01163d2df3c2f26631f461f16fcc8f7257a404ed7647e37eaed69d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e165627d0a01163d2df3c2f26631f461f16fcc8f7257a404ed7647e37eaed69d", kill_on_drop: false }` [INFO] [stdout] e165627d0a01163d2df3c2f26631f461f16fcc8f7257a404ed7647e37eaed69d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "RUSTDOCFLAGS=--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:0c7e0e8312ad82a1bed3696438480b7da990d348377d3754e1cd95b06a8a36c7" "/opt/rustwide/cargo-home/bin/cargo" "+9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a0b4b944fc5e5f28ff165e78e7fd5da3cc5e9362265e9c16b65c3bccc329f3e8 [INFO] running `Command { std: "docker" "start" "-a" "a0b4b944fc5e5f28ff165e78e7fd5da3cc5e9362265e9c16b65c3bccc329f3e8", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.132 [INFO] [stderr] Compiling libm v0.2.5 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling proc-macro2 v1.0.37 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling semver v1.0.7 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling bytemuck v1.9.1 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling safe_arch v0.6.0 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling indexmap v1.8.1 [INFO] [stderr] Compiling getrandom v0.2.6 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling num-complex v0.4.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling rayon-core v1.9.2 [INFO] [stderr] Compiling plotters-backend v0.3.2 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling cpp_demangle v0.3.5 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling parking_lot_core v0.9.2 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling debugid v0.7.3 [INFO] [stderr] Compiling rayon v1.5.3 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling plotters-svg v0.3.1 [INFO] [stderr] Compiling wide v0.7.4 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling findshlibs v0.10.2 [INFO] [stderr] Compiling backtrace v0.3.64 [INFO] [stderr] Compiling memmap2 v0.5.3 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling paste v1.0.9 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling symbolic-demangle v8.7.0 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling gimli v0.26.1 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling matrixmultiply v0.3.2 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling simba v0.6.0 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling symbolic-common v8.7.0 [INFO] [stderr] Compiling criterion-plot v0.4.4 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling nalgebra-macros v0.1.0 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling num-format v0.4.0 [INFO] [stderr] Compiling plotters v0.3.1 [INFO] [stderr] Compiling addr2line v0.17.0 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling rand_distr v0.4.3 [INFO] [stderr] Compiling rgb v0.8.32 [INFO] [stderr] Compiling object v0.27.1 [INFO] [stderr] Compiling quick-xml v0.22.0 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling str_stack v0.1.0 [INFO] [stderr] Compiling pprof v0.7.0 [INFO] [stderr] Compiling fastrand v1.7.0 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling inferno v0.11.1 [INFO] [stderr] Compiling tempfile v3.3.0 [INFO] [stderr] Compiling env_logger v0.9.1 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling num v0.4.0 [INFO] [stderr] Compiling parking_lot v0.12.0 [INFO] [stderr] Compiling nix v0.23.1 [INFO] [stderr] Compiling factorial v0.2.1 [INFO] [stderr] Compiling streaming-stats v0.2.3 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling iana-time-zone v0.1.48 [INFO] [stderr] Compiling lru v0.7.5 [INFO] [stderr] Compiling distance v0.4.0 [INFO] [stderr] Compiling genetic_algorithm v0.7.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling criterion v0.3.5 [INFO] [stderr] Compiling chrono v0.4.22 [INFO] [stderr] Compiling nalgebra v0.29.0 [INFO] [stderr] Compiling statrs v0.16.0 [INFO] [stdout] warning: unused import: `num::BigUint` [INFO] [stdout] --> tests/support/mod.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | pub use num::BigUint; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `num::BigUint` [INFO] [stdout] --> tests/support/mod.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | pub use num::BigUint; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rand::rngs::SmallRng` [INFO] [stdout] --> tests/support/mod.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub use rand::rngs::SmallRng; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rand::SeedableRng` [INFO] [stdout] --> tests/support/mod.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use rand::SeedableRng; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `num::BigUint` [INFO] [stdout] --> tests/support/mod.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | pub use num::BigUint; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `num::BigUint` [INFO] [stdout] --> tests/support/mod.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | pub use num::BigUint; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rand::rngs::SmallRng` [INFO] [stdout] --> tests/support/mod.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub use rand::rngs::SmallRng; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rand::SeedableRng` [INFO] [stdout] --> tests/support/mod.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use rand::SeedableRng; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `num::BigUint` [INFO] [stdout] --> tests/support/mod.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | pub use num::BigUint; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `num::BigUint` [INFO] [stdout] --> tests/support/mod.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | pub use num::BigUint; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rand::rngs::SmallRng` [INFO] [stdout] --> tests/support/mod.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub use rand::rngs::SmallRng; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rand::SeedableRng` [INFO] [stdout] --> tests/support/mod.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use rand::SeedableRng; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `num::BigUint` [INFO] [stdout] --> tests/support/mod.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | pub use num::BigUint; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `num::BigUint` [INFO] [stdout] --> tests/support/mod.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | pub use num::BigUint; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustckdfWuX/symbols.o" "/opt/rustwide/target/debug/examples/profile_evolve_binary-afdbbaf04d3113e4.profile_evolve_binary.ef3b54c39dd411f9-cgu.00.rcgu.o" "/opt/rustwide/target/debug/examples/profile_evolve_binary-afdbbaf04d3113e4.profile_evolve_binary.ef3b54c39dd411f9-cgu.01.rcgu.o" "/opt/rustwide/target/debug/examples/profile_evolve_binary-afdbbaf04d3113e4.profile_evolve_binary.ef3b54c39dd411f9-cgu.02.rcgu.o" "/opt/rustwide/target/debug/examples/profile_evolve_binary-afdbbaf04d3113e4.profile_evolve_binary.ef3b54c39dd411f9-cgu.03.rcgu.o" "/opt/rustwide/target/debug/examples/profile_evolve_binary-afdbbaf04d3113e4.profile_evolve_binary.ef3b54c39dd411f9-cgu.04.rcgu.o" "/opt/rustwide/target/debug/examples/profile_evolve_binary-afdbbaf04d3113e4.profile_evolve_binary.ef3b54c39dd411f9-cgu.05.rcgu.o" "/opt/rustwide/target/debug/examples/profile_evolve_binary-afdbbaf04d3113e4.profile_evolve_binary.ef3b54c39dd411f9-cgu.06.rcgu.o" "/opt/rustwide/target/debug/examples/profile_evolve_binary-afdbbaf04d3113e4.profile_evolve_binary.ef3b54c39dd411f9-cgu.07.rcgu.o" "/opt/rustwide/target/debug/examples/profile_evolve_binary-afdbbaf04d3113e4.profile_evolve_binary.ef3b54c39dd411f9-cgu.08.rcgu.o" "/opt/rustwide/target/debug/examples/profile_evolve_binary-afdbbaf04d3113e4.profile_evolve_binary.ef3b54c39dd411f9-cgu.09.rcgu.o" "/opt/rustwide/target/debug/examples/profile_evolve_binary-afdbbaf04d3113e4.13qhsjetxa4t3yz2.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgenetic_algorithm-332943c36b159cb2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-8b74cd98b6d66e9f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-e99d377c31e513df.rlib" "/opt/rustwide/target/debug/deps/libstats-69d7fc551979b486.rlib" "/opt/rustwide/target/debug/deps/libfactorial-44f35743a619889b.rlib" "/opt/rustwide/target/debug/deps/libnum-796b072c09403b2b.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-a40f3e5e1302da6e.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-a3b811fdb2efd194.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-d0fb9ff2d4308eac.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-f6e843629fc95dd6.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-36cb70e3478eb011.rlib" "/opt/rustwide/target/debug/deps/libthread_local-1ca13bc8e0aa52da.rlib" "/opt/rustwide/target/debug/deps/librand-cc0561147d90e858.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-55b327c6ba1fb9ae.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-710861601052e463.rlib" "/opt/rustwide/target/debug/deps/librand_core-f3972dbc51ecf39e.rlib" "/opt/rustwide/target/debug/deps/libpprof-0b0f8804c8b8c96e.rlib" "/opt/rustwide/target/debug/deps/libthiserror-3db6560ca8cb9fea.rlib" "/opt/rustwide/target/debug/deps/libinferno-43b73902c95e6415.rlib" "/opt/rustwide/target/debug/deps/libnum_format-c50464dfcb27f44d.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-5cdd09d346214a9a.rlib" "/opt/rustwide/target/debug/deps/libnodrop-1877243e354a6caa.rlib" "/opt/rustwide/target/debug/deps/libstr_stack-ee3957ba3859169d.rlib" "/opt/rustwide/target/debug/deps/libquick_xml-25dbcb1ac6142bd3.rlib" "/opt/rustwide/target/debug/deps/librgb-ebc42d7f3e6afd5c.rlib" "/opt/rustwide/target/debug/deps/libbytemuck-9c083f2eac853e7e.rlib" "/opt/rustwide/target/debug/deps/libindexmap-8d41d02209b2e255.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-86fcfd9578fbbbc4.rlib" "/opt/rustwide/target/debug/deps/liblog-901059bde6cc9710.rlib" "/opt/rustwide/target/debug/deps/libahash-7081886967d0d454.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-f06d8ac90eaeafbf.rlib" "/opt/rustwide/target/debug/deps/libfindshlibs-771baafca7f59d95.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-f8967a0d196a7f34.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-24341f6822a22add.rlib" "/opt/rustwide/target/debug/deps/liblock_api-5d62ca0680cbc8da.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-11304e3e3c3cf912.rlib" "/opt/rustwide/target/debug/deps/libnix-813061c2487a2ba6.rlib" "/opt/rustwide/target/debug/deps/libsymbolic_demangle-4ba46bbd5b0b7b8b.rlib" "/opt/rustwide/target/debug/deps/libcpp_demangle-60e1dbcd9338eba1.rlib" "/opt/rustwide/target/debug/deps/libsymbolic_common-7e051236cd84c426.rlib" "/opt/rustwide/target/debug/deps/libdebugid-9f448047cb767d5a.rlib" "/opt/rustwide/target/debug/deps/libuuid-998e13dd8416fca2.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-1235d2fbdcbb29e5.rlib" "/opt/rustwide/target/debug/deps/libmemmap2-033a1b074aef55c2.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-ced58c12b1f5ae1b.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-9da8325a51cd2b50.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-64a69ce3f952af2e.rlib" "/opt/rustwide/target/debug/deps/libadler-c1df679d243ed5d4.rlib" "/opt/rustwide/target/debug/deps/libobject-f9e3808b9c3c1655.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-9353ef9c075bb2cf.rlib" "/opt/rustwide/target/debug/deps/libgimli-1817f7c43388828a.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-68430f0214766d2e.rlib" "/opt/rustwide/target/debug/deps/libtempfile-f6767ae6ebd6a478.rlib" "/opt/rustwide/target/debug/deps/libfastrand-0b032d3457129c56.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-bfc75ec09beed3e1.rlib" "/opt/rustwide/target/debug/deps/libcriterion-74cdc80cf797015c.rlib" "/opt/rustwide/target/debug/deps/libatty-32a462e084a428e3.rlib" "/opt/rustwide/target/debug/deps/libserde_cbor-e317d473511da67f.rlib" "/opt/rustwide/target/debug/deps/libhalf-7a6589a8d8bcec2f.rlib" "/opt/rustwide/target/debug/deps/liboorandom-eca8ee0893cb179c.rlib" "/opt/rustwide/target/debug/deps/librayon-520d90ff2c1b56c6.rlib" "/opt/rustwide/target/debug/deps/librayon_core-ab8082bdfb02c7b0.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-0b38461c76443d2c.rlib" "/opt/rustwide/target/debug/deps/liblibc-c5e9b3449dff15ea.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-aba964fed86aaf9f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-a44004afc9b03418.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-ce567de8b7c8eaf6.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-6ebe5b14c8a6c2d8.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-1251b14832a71169.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-cddac3fb0bb3c16d.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0128a598f57c42f0.rlib" "/opt/rustwide/target/debug/deps/libplotters-fedaa4547ab6ccd9.rlib" "/opt/rustwide/target/debug/deps/libplotters_svg-91b0aefbd40bb4b7.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-611d2b9113b93d36.rlib" "/opt/rustwide/target/debug/deps/libplotters_backend-5a7291cd351776bf.rlib" "/opt/rustwide/target/debug/deps/libtinytemplate-5979727f299ee157.rlib" "/opt/rustwide/target/debug/deps/libcriterion_plot-0bd1022c76742170.rlib" "/opt/rustwide/target/debug/deps/libitertools-8da5b0c813e5c899.rlib" "/opt/rustwide/target/debug/deps/libeither-e779026d249f34d5.rlib" "/opt/rustwide/target/debug/deps/libcast-7d7e4a741d3007a7.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-deebb8807ff2dc0b.rlib" "/opt/rustwide/target/debug/deps/libsame_file-bb2433c6426284ba.rlib" "/opt/rustwide/target/debug/deps/libserde_json-da16e83eed2e2fec.rlib" "/opt/rustwide/target/debug/deps/libitoa-bd436f0e06c890b1.rlib" "/opt/rustwide/target/debug/deps/libcsv-08d0184f236912e2.rlib" "/opt/rustwide/target/debug/deps/libryu-e6a60e27eea7e1f3.rlib" "/opt/rustwide/target/debug/deps/libitoa-86eae00f3ffafe47.rlib" "/opt/rustwide/target/debug/deps/libcsv_core-70b49e4ba86989ca.rlib" "/opt/rustwide/target/debug/deps/libbstr-2303d2d211a8001c.rlib" "/opt/rustwide/target/debug/deps/libregex_automata-96246b14ed2c8753.rlib" "/opt/rustwide/target/debug/deps/libserde-9721801ca9928482.rlib" "/opt/rustwide/target/debug/deps/libregex-a656bcb5ad93885b.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-d5a57a39087e53d8.rlib" "/opt/rustwide/target/debug/deps/libmemchr-5bb1e7ca77e59bdd.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-f44dc81f0d3fff3b.rlib" "/opt/rustwide/target/debug/deps/libclap-14792243610bd518.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-e0b90c9348489b1f.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-e882685ae0e508d4.rlib" "/opt/rustwide/target/debug/deps/libbitflags-560efdb99b117eef.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b82c15677deef9e2.rlib" "/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-72b35984a787fb54.rlib" "/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-0fdedff926cd8b5a.rlib" "/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-fe0525e327a5464a.rlib" "/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-795b2243f06bd098.rlib" "/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-86ce554ff6ad08cd.rlib" "/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-1be635a4727d8e5e.rlib" "/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1e55d89766af9c5f.rlib" "/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-02605c7065574d0d.rlib" "/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-0d17ba1067febc2c.rlib" "/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-2408fbe38b247900.rlib" "/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-b3c63e8997fdca47.rlib" "/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-bfa7a39ebb77d49a.rlib" "/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-4b955078cf51c0a1.rlib" "/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-1a6fbee0083900be.rlib" "/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-2b93db426c5a26c2.rlib" "/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-b30975e2b876cf32.rlib" "/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-cd2f2bc505f56f50.rlib" "/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-ec02dd343723da85.rlib" "/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-408115ade0360d2a.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/9bd71afb90c2a6e0348cdd4a2b10a3bf39908f19/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/profile_evolve_binary-afdbbaf04d3113e4" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-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: could not compile `genetic_algorithm` (example "profile_evolve_binary") due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a0b4b944fc5e5f28ff165e78e7fd5da3cc5e9362265e9c16b65c3bccc329f3e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a0b4b944fc5e5f28ff165e78e7fd5da3cc5e9362265e9c16b65c3bccc329f3e8", kill_on_drop: false }` [INFO] [stdout] a0b4b944fc5e5f28ff165e78e7fd5da3cc5e9362265e9c16b65c3bccc329f3e8