[INFO] fetching crate dvcompute_results_cons 2.0.0... [INFO] testing dvcompute_results_cons-2.0.0 against 1.90.0 for beta-1.91-3 [INFO] extracting crate dvcompute_results_cons 2.0.0 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate dvcompute_results_cons 2.0.0 [INFO] finished tweaking crates.io crate dvcompute_results_cons 2.0.0 [INFO] tweaked toml for crates.io crate dvcompute_results_cons 2.0.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate dvcompute_results_cons 2.0.0 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 25 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded dvcompute_network v2.0.0 [INFO] [stderr] Downloaded dvcompute_rand_dist v2.0.0 [INFO] [stderr] Downloaded dvcompute_utils v2.0.0 [INFO] [stderr] Downloaded dvcompute_gpss_cons v2.0.0 [INFO] [stderr] Downloaded dvcompute_cons v2.0.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9a28f764881213f9719d76c0d5e0cae599baef73732901c81cb08e0fc8f254a5 [INFO] running `Command { std: "docker" "start" "-a" "9a28f764881213f9719d76c0d5e0cae599baef73732901c81cb08e0fc8f254a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9a28f764881213f9719d76c0d5e0cae599baef73732901c81cb08e0fc8f254a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a28f764881213f9719d76c0d5e0cae599baef73732901c81cb08e0fc8f254a5", kill_on_drop: false }` [INFO] [stdout] 9a28f764881213f9719d76c0d5e0cae599baef73732901c81cb08e0fc8f254a5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d0214c2dd8ebfd001f08a3f45ac4a5b9c34538650872bb1b771bf589820b5e8c [INFO] running `Command { std: "docker" "start" "-a" "d0214c2dd8ebfd001f08a3f45ac4a5b9c34538650872bb1b771bf589820b5e8c", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling zerocopy v0.8.27 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling dvcompute_cons v2.0.0 [INFO] [stderr] Compiling dvcompute_utils v2.0.0 [INFO] [stderr] Compiling dvcompute_gpss_cons v2.0.0 [INFO] [stderr] Compiling dvcompute_results_cons v2.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling dvcompute_network v2.0.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling dvcompute_rand_dist v2.0.0 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stdout] warning: unexpected `cfg` condition value: `seq_mode` [INFO] [stdout] --> src/simulation/results/io.rs:179:11 [INFO] [stdout] | [INFO] [stdout] 179 | #[cfg(any(feature="seq_mode", feature="wasm_mode"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cons_mode`, `default`, `dvcompute`, and `dvcompute_gpss` [INFO] [stdout] = help: consider adding `seq_mode` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `wasm_mode` [INFO] [stdout] --> src/simulation/results/io.rs:179:31 [INFO] [stdout] | [INFO] [stdout] 179 | #[cfg(any(feature="seq_mode", feature="wasm_mode"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cons_mode`, `default`, `dvcompute`, and `dvcompute_gpss` [INFO] [stdout] = help: consider adding `wasm_mode` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `seq_mode` [INFO] [stdout] --> src/simulation/results/io.rs:203:11 [INFO] [stdout] | [INFO] [stdout] 203 | #[cfg(any(feature="seq_mode", feature="wasm_mode"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cons_mode`, `default`, `dvcompute`, and `dvcompute_gpss` [INFO] [stdout] = help: consider adding `seq_mode` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `wasm_mode` [INFO] [stdout] --> src/simulation/results/io.rs:203:31 [INFO] [stdout] | [INFO] [stdout] 203 | #[cfg(any(feature="seq_mode", feature="wasm_mode"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cons_mode`, `default`, `dvcompute`, and `dvcompute_gpss` [INFO] [stdout] = help: consider adding `wasm_mode` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `seq_mode` [INFO] [stdout] --> src/simulation/results/io.rs:227:11 [INFO] [stdout] | [INFO] [stdout] 227 | #[cfg(any(feature="seq_mode", feature="wasm_mode"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cons_mode`, `default`, `dvcompute`, and `dvcompute_gpss` [INFO] [stdout] = help: consider adding `seq_mode` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `wasm_mode` [INFO] [stdout] --> src/simulation/results/io.rs:227:31 [INFO] [stdout] | [INFO] [stdout] 227 | #[cfg(any(feature="seq_mode", feature="wasm_mode"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cons_mode`, `default`, `dvcompute`, and `dvcompute_gpss` [INFO] [stdout] = help: consider adding `wasm_mode` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `seq_mode` [INFO] [stdout] --> src/simulation/results/io.rs:247:11 [INFO] [stdout] | [INFO] [stdout] 247 | #[cfg(any(feature="seq_mode", feature="wasm_mode"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cons_mode`, `default`, `dvcompute`, and `dvcompute_gpss` [INFO] [stdout] = help: consider adding `seq_mode` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `wasm_mode` [INFO] [stdout] --> src/simulation/results/io.rs:247:31 [INFO] [stdout] | [INFO] [stdout] 247 | #[cfg(any(feature="seq_mode", feature="wasm_mode"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cons_mode`, `default`, `dvcompute`, and `dvcompute_gpss` [INFO] [stdout] = help: consider adding `wasm_mode` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `seq_mode` [INFO] [stdout] --> src/simulation/results/io.rs:267:11 [INFO] [stdout] | [INFO] [stdout] 267 | #[cfg(any(feature="seq_mode", feature="wasm_mode"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cons_mode`, `default`, `dvcompute`, and `dvcompute_gpss` [INFO] [stdout] = help: consider adding `seq_mode` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `wasm_mode` [INFO] [stdout] --> src/simulation/results/io.rs:267:31 [INFO] [stdout] | [INFO] [stdout] 267 | #[cfg(any(feature="seq_mode", feature="wasm_mode"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cons_mode`, `default`, `dvcompute`, and `dvcompute_gpss` [INFO] [stdout] = help: consider adding `wasm_mode` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `seq_mode` [INFO] [stdout] --> src/simulation/results/io.rs:295:11 [INFO] [stdout] | [INFO] [stdout] 295 | #[cfg(any(feature="seq_mode", feature="wasm_mode"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cons_mode`, `default`, `dvcompute`, and `dvcompute_gpss` [INFO] [stdout] = help: consider adding `seq_mode` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `wasm_mode` [INFO] [stdout] --> src/simulation/results/io.rs:295:31 [INFO] [stdout] | [INFO] [stdout] 295 | #[cfg(any(feature="seq_mode", feature="wasm_mode"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cons_mode`, `default`, `dvcompute`, and `dvcompute_gpss` [INFO] [stdout] = help: consider adding `wasm_mode` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.90s [INFO] running `Command { std: "docker" "inspect" "d0214c2dd8ebfd001f08a3f45ac4a5b9c34538650872bb1b771bf589820b5e8c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d0214c2dd8ebfd001f08a3f45ac4a5b9c34538650872bb1b771bf589820b5e8c", kill_on_drop: false }` [INFO] [stdout] d0214c2dd8ebfd001f08a3f45ac4a5b9c34538650872bb1b771bf589820b5e8c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 36ff65f63d605fadf93fd3d515ee5659881aadb4c47aa6a77abd43b98984d232 [INFO] running `Command { std: "docker" "start" "-a" "36ff65f63d605fadf93fd3d515ee5659881aadb4c47aa6a77abd43b98984d232", kill_on_drop: false }` [INFO] [stdout] warning: unexpected `cfg` condition value: `seq_mode` [INFO] [stdout] --> src/simulation/results/io.rs:179:11 [INFO] [stdout] | [INFO] [stdout] 179 | #[cfg(any(feature="seq_mode", feature="wasm_mode"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cons_mode`, `default`, `dvcompute`, and `dvcompute_gpss` [INFO] [stdout] = help: consider adding `seq_mode` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `wasm_mode` [INFO] [stdout] --> src/simulation/results/io.rs:179:31 [INFO] [stdout] | [INFO] [stdout] 179 | #[cfg(any(feature="seq_mode", feature="wasm_mode"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cons_mode`, `default`, `dvcompute`, and `dvcompute_gpss` [INFO] [stdout] = help: consider adding `wasm_mode` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `seq_mode` [INFO] [stdout] --> src/simulation/results/io.rs:203:11 [INFO] [stdout] | [INFO] [stdout] 203 | #[cfg(any(feature="seq_mode", feature="wasm_mode"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cons_mode`, `default`, `dvcompute`, and `dvcompute_gpss` [INFO] [stdout] = help: consider adding `seq_mode` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `wasm_mode` [INFO] [stdout] --> src/simulation/results/io.rs:203:31 [INFO] [stdout] | [INFO] [stdout] 203 | #[cfg(any(feature="seq_mode", feature="wasm_mode"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cons_mode`, `default`, `dvcompute`, and `dvcompute_gpss` [INFO] [stdout] = help: consider adding `wasm_mode` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `seq_mode` [INFO] [stdout] --> src/simulation/results/io.rs:227:11 [INFO] [stdout] | [INFO] [stdout] 227 | #[cfg(any(feature="seq_mode", feature="wasm_mode"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cons_mode`, `default`, `dvcompute`, and `dvcompute_gpss` [INFO] [stdout] = help: consider adding `seq_mode` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `wasm_mode` [INFO] [stdout] --> src/simulation/results/io.rs:227:31 [INFO] [stdout] | [INFO] [stdout] 227 | #[cfg(any(feature="seq_mode", feature="wasm_mode"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cons_mode`, `default`, `dvcompute`, and `dvcompute_gpss` [INFO] [stdout] = help: consider adding `wasm_mode` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `seq_mode` [INFO] [stdout] --> src/simulation/results/io.rs:247:11 [INFO] [stdout] | [INFO] [stdout] 247 | #[cfg(any(feature="seq_mode", feature="wasm_mode"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cons_mode`, `default`, `dvcompute`, and `dvcompute_gpss` [INFO] [stdout] = help: consider adding `seq_mode` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `wasm_mode` [INFO] [stdout] --> src/simulation/results/io.rs:247:31 [INFO] [stdout] | [INFO] [stdout] 247 | #[cfg(any(feature="seq_mode", feature="wasm_mode"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cons_mode`, `default`, `dvcompute`, and `dvcompute_gpss` [INFO] [stdout] = help: consider adding `wasm_mode` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `seq_mode` [INFO] [stdout] --> src/simulation/results/io.rs:267:11 [INFO] [stdout] | [INFO] [stdout] 267 | #[cfg(any(feature="seq_mode", feature="wasm_mode"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cons_mode`, `default`, `dvcompute`, and `dvcompute_gpss` [INFO] [stdout] = help: consider adding `seq_mode` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `wasm_mode` [INFO] [stdout] --> src/simulation/results/io.rs:267:31 [INFO] [stdout] | [INFO] [stdout] 267 | #[cfg(any(feature="seq_mode", feature="wasm_mode"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cons_mode`, `default`, `dvcompute`, and `dvcompute_gpss` [INFO] [stdout] = help: consider adding `wasm_mode` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `seq_mode` [INFO] [stdout] --> src/simulation/results/io.rs:295:11 [INFO] [stdout] | [INFO] [stdout] 295 | #[cfg(any(feature="seq_mode", feature="wasm_mode"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cons_mode`, `default`, `dvcompute`, and `dvcompute_gpss` [INFO] [stdout] = help: consider adding `seq_mode` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `wasm_mode` [INFO] [stdout] --> src/simulation/results/io.rs:295:31 [INFO] [stdout] | [INFO] [stdout] 295 | #[cfg(any(feature="seq_mode", feature="wasm_mode"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cons_mode`, `default`, `dvcompute`, and `dvcompute_gpss` [INFO] [stdout] = help: consider adding `wasm_mode` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling dvcompute_results_cons v2.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `seq_mode` [INFO] [stdout] --> src/simulation/results/io.rs:179:11 [INFO] [stdout] | [INFO] [stdout] 179 | #[cfg(any(feature="seq_mode", feature="wasm_mode"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cons_mode`, `default`, `dvcompute`, and `dvcompute_gpss` [INFO] [stdout] = help: consider adding `seq_mode` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `wasm_mode` [INFO] [stdout] --> src/simulation/results/io.rs:179:31 [INFO] [stdout] | [INFO] [stdout] 179 | #[cfg(any(feature="seq_mode", feature="wasm_mode"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cons_mode`, `default`, `dvcompute`, and `dvcompute_gpss` [INFO] [stdout] = help: consider adding `wasm_mode` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `seq_mode` [INFO] [stdout] --> src/simulation/results/io.rs:203:11 [INFO] [stdout] | [INFO] [stdout] 203 | #[cfg(any(feature="seq_mode", feature="wasm_mode"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cons_mode`, `default`, `dvcompute`, and `dvcompute_gpss` [INFO] [stdout] = help: consider adding `seq_mode` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `wasm_mode` [INFO] [stdout] --> src/simulation/results/io.rs:203:31 [INFO] [stdout] | [INFO] [stdout] 203 | #[cfg(any(feature="seq_mode", feature="wasm_mode"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cons_mode`, `default`, `dvcompute`, and `dvcompute_gpss` [INFO] [stdout] = help: consider adding `wasm_mode` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `seq_mode` [INFO] [stdout] --> src/simulation/results/io.rs:227:11 [INFO] [stdout] | [INFO] [stdout] 227 | #[cfg(any(feature="seq_mode", feature="wasm_mode"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cons_mode`, `default`, `dvcompute`, and `dvcompute_gpss` [INFO] [stdout] = help: consider adding `seq_mode` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `wasm_mode` [INFO] [stdout] --> src/simulation/results/io.rs:227:31 [INFO] [stdout] | [INFO] [stdout] 227 | #[cfg(any(feature="seq_mode", feature="wasm_mode"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cons_mode`, `default`, `dvcompute`, and `dvcompute_gpss` [INFO] [stdout] = help: consider adding `wasm_mode` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `seq_mode` [INFO] [stdout] --> src/simulation/results/io.rs:247:11 [INFO] [stdout] | [INFO] [stdout] 247 | #[cfg(any(feature="seq_mode", feature="wasm_mode"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cons_mode`, `default`, `dvcompute`, and `dvcompute_gpss` [INFO] [stdout] = help: consider adding `seq_mode` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `wasm_mode` [INFO] [stdout] --> src/simulation/results/io.rs:247:31 [INFO] [stdout] | [INFO] [stdout] 247 | #[cfg(any(feature="seq_mode", feature="wasm_mode"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cons_mode`, `default`, `dvcompute`, and `dvcompute_gpss` [INFO] [stdout] = help: consider adding `wasm_mode` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `seq_mode` [INFO] [stdout] --> src/simulation/results/io.rs:267:11 [INFO] [stdout] | [INFO] [stdout] 267 | #[cfg(any(feature="seq_mode", feature="wasm_mode"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cons_mode`, `default`, `dvcompute`, and `dvcompute_gpss` [INFO] [stdout] = help: consider adding `seq_mode` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `wasm_mode` [INFO] [stdout] --> src/simulation/results/io.rs:267:31 [INFO] [stdout] | [INFO] [stdout] 267 | #[cfg(any(feature="seq_mode", feature="wasm_mode"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cons_mode`, `default`, `dvcompute`, and `dvcompute_gpss` [INFO] [stdout] = help: consider adding `wasm_mode` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `seq_mode` [INFO] [stdout] --> src/simulation/results/io.rs:295:11 [INFO] [stdout] | [INFO] [stdout] 295 | #[cfg(any(feature="seq_mode", feature="wasm_mode"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cons_mode`, `default`, `dvcompute`, and `dvcompute_gpss` [INFO] [stdout] = help: consider adding `seq_mode` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `wasm_mode` [INFO] [stdout] --> src/simulation/results/io.rs:295:31 [INFO] [stdout] | [INFO] [stdout] 295 | #[cfg(any(feature="seq_mode", feature="wasm_mode"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cons_mode`, `default`, `dvcompute`, and `dvcompute_gpss` [INFO] [stdout] = help: consider adding `wasm_mode` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcwxYYjp/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bdynamic" "-ldvcompute_core_cons" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,libunicode_width-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libdvcompute_gpss_cons-4f658881b49d38c7,libdvcompute_cons-04f00f60f4b1bb55,libdvcompute_network-7fe266ec267465c3,libdvcompute_utils-f63ed406cf65d7c7,libdvcompute_rand_dist-abcf34b3fdd1e6af,librand-afaa8fc04fb8570f,librand_chacha-291dc7f46840fb99,libppv_lite86-3ff8627d35fbabce,libzerocopy-369d8a2bbe0b4c06,librand_core-381bde2700e040a4,libgetrandom-93ba95424a5039ac,liblibc-08aef465eb552f81,libcfg_if-8dc91cf0ce07e60b,liblog-62f38dd377528769,libbincode-871bdefdbbb11379,libserde-32900e27ab8faac6,libserde_core-6b2af58603a4fb23}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-ldvcompute_core_cons" "-ldvcompute_core_cons" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcwxYYjp/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "lib" "-L" "../lib" "-L" "../../lib" "-L" "lib" "-L" "../lib" "-L" "../../lib" "-L" "lib" "-L" "../lib" "-L" "../../lib" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/dvcompute_results_cons-3761a9bc5ae9f2b3" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: error: unable to find library -ldvcompute_core_cons [INFO] [stdout] rust-lld: error: unable to find library -ldvcompute_core_cons [INFO] [stdout] rust-lld: error: unable to find library -ldvcompute_core_cons [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `dvcompute_results_cons` (lib test) due to 1 previous error; 12 warnings emitted [INFO] running `Command { std: "docker" "inspect" "36ff65f63d605fadf93fd3d515ee5659881aadb4c47aa6a77abd43b98984d232", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "36ff65f63d605fadf93fd3d515ee5659881aadb4c47aa6a77abd43b98984d232", kill_on_drop: false }` [INFO] [stdout] 36ff65f63d605fadf93fd3d515ee5659881aadb4c47aa6a77abd43b98984d232