[INFO] fetching crate msgpass 0.5.0... [INFO] testing msgpass-0.5.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate msgpass 0.5.0 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate msgpass 0.5.0 [INFO] finished tweaking crates.io crate msgpass 0.5.0 [INFO] tweaked toml for crates.io crate msgpass 0.5.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate msgpass 0.5.0 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate msgpass 0.5.0 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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b26229610166475f5a1f4db3b8c9c82e6f61ed6e81a8a171b2f52087b870c820 [INFO] running `Command { std: "docker" "start" "-a" "b26229610166475f5a1f4db3b8c9c82e6f61ed6e81a8a171b2f52087b870c820", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b26229610166475f5a1f4db3b8c9c82e6f61ed6e81a8a171b2f52087b870c820", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b26229610166475f5a1f4db3b8c9c82e6f61ed6e81a8a171b2f52087b870c820", kill_on_drop: false }` [INFO] [stdout] b26229610166475f5a1f4db3b8c9c82e6f61ed6e81a8a171b2f52087b870c820 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] e8679330d31d8ef4b6a18fa14dd3d1fcb8c003a237a0d06c0233bdebb5a758f9 [INFO] running `Command { std: "docker" "start" "-a" "e8679330d31d8ef4b6a18fa14dd3d1fcb8c003a237a0d06c0233bdebb5a758f9", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.152 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling num-complex v0.4.4 [INFO] [stderr] Compiling msgpass v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `intel_mkl` [INFO] [stdout] --> build.rs:3:7 [INFO] [stdout] | [INFO] [stdout] 3 | #[cfg(feature = "intel_mkl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `intel` and `mpich` [INFO] [stdout] = help: consider adding `intel_mkl` 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: `intel_mkl` [INFO] [stdout] --> build.rs:6:7 [INFO] [stdout] | [INFO] [stdout] 6 | #[cfg(feature = "intel_mkl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `intel` and `mpich` [INFO] [stdout] = help: consider adding `intel_mkl` 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: `intel_mkl` [INFO] [stdout] --> build.rs:17:11 [INFO] [stdout] | [INFO] [stdout] 17 | #[cfg(not(feature = "intel_mkl"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `intel` and `mpich` [INFO] [stdout] = help: consider adding `intel_mkl` 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 3.85s [INFO] running `Command { std: "docker" "inspect" "e8679330d31d8ef4b6a18fa14dd3d1fcb8c003a237a0d06c0233bdebb5a758f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e8679330d31d8ef4b6a18fa14dd3d1fcb8c003a237a0d06c0233bdebb5a758f9", kill_on_drop: false }` [INFO] [stdout] e8679330d31d8ef4b6a18fa14dd3d1fcb8c003a237a0d06c0233bdebb5a758f9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 28917bd1793d0dac4c8bd052270c4a823de936767ab319a2130785782e4653bf [INFO] running `Command { std: "docker" "start" "-a" "28917bd1793d0dac4c8bd052270c4a823de936767ab319a2130785782e4653bf", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Compiling libc v0.2.152 [INFO] [stderr] Compiling rayon-core v1.12.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stdout] warning: unexpected `cfg` condition value: `intel_mkl` [INFO] [stdout] --> build.rs:3:7 [INFO] [stdout] | [INFO] [stdout] 3 | #[cfg(feature = "intel_mkl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `intel` and `mpich` [INFO] [stdout] = help: consider adding `intel_mkl` 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: `intel_mkl` [INFO] [stdout] --> build.rs:6:7 [INFO] [stdout] | [INFO] [stdout] 6 | #[cfg(feature = "intel_mkl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `intel` and `mpich` [INFO] [stdout] = help: consider adding `intel_mkl` 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: `intel_mkl` [INFO] [stdout] --> build.rs:17:11 [INFO] [stdout] | [INFO] [stdout] 17 | #[cfg(not(feature = "intel_mkl"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `intel` and `mpich` [INFO] [stdout] = help: consider adding `intel_mkl` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling getrandom v0.2.12 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling rayon v1.8.0 [INFO] [stderr] Compiling msgpass v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 8.16s [INFO] running `Command { std: "docker" "inspect" "28917bd1793d0dac4c8bd052270c4a823de936767ab319a2130785782e4653bf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "28917bd1793d0dac4c8bd052270c4a823de936767ab319a2130785782e4653bf", kill_on_drop: false }` [INFO] [stdout] 28917bd1793d0dac4c8bd052270c4a823de936767ab319a2130785782e4653bf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 77530919ab3582de72a9097223eba4fdb8562d216f5d39eef7661e100e216da3 [INFO] running `Command { std: "docker" "start" "-a" "77530919ab3582de72a9097223eba4fdb8562d216f5d39eef7661e100e216da3", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `intel_mkl` [INFO] [stderr] --> build.rs:3:7 [INFO] [stderr] | [INFO] [stderr] 3 | #[cfg(feature = "intel_mkl")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `intel` and `mpich` [INFO] [stderr] = help: consider adding `intel_mkl` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `intel_mkl` [INFO] [stderr] --> build.rs:6:7 [INFO] [stderr] | [INFO] [stderr] 6 | #[cfg(feature = "intel_mkl")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `intel` and `mpich` [INFO] [stderr] = help: consider adding `intel_mkl` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `intel_mkl` [INFO] [stderr] --> build.rs:17:11 [INFO] [stderr] | [INFO] [stderr] 17 | #[cfg(not(feature = "intel_mkl"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `intel` and `mpich` [INFO] [stderr] = help: consider adding `intel_mkl` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `msgpass` (build script) generated 3 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/msgpass-fc9d84f861e25571) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test conversion::tests::bytes_to_string_lossy_works ... ok [INFO] [stdout] test conversion::tests::bytes_to_string_works ... ok [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/msgpass-fc9d84f861e25571` (signal: 11, SIGSEGV: invalid memory reference) [INFO] running `Command { std: "docker" "inspect" "77530919ab3582de72a9097223eba4fdb8562d216f5d39eef7661e100e216da3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "77530919ab3582de72a9097223eba4fdb8562d216f5d39eef7661e100e216da3", kill_on_drop: false }` [INFO] [stdout] 77530919ab3582de72a9097223eba4fdb8562d216f5d39eef7661e100e216da3