[INFO] fetching crate pinned_sync 0.0.1... [INFO] testing pinned_sync-0.0.1 against try#fc4ba03ef77ca5018fb78a097d3b924d30f15bfc+target=i686-unknown-linux-musl for musl_upgrade_1_2_take4 [INFO] extracting crate pinned_sync 0.0.1 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate pinned_sync 0.0.1 on toolchain fc4ba03ef77ca5018fb78a097d3b924d30f15bfc [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+fc4ba03ef77ca5018fb78a097d3b924d30f15bfc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate pinned_sync 0.0.1 [INFO] finished tweaking crates.io crate pinned_sync 0.0.1 [INFO] tweaked toml for crates.io crate pinned_sync 0.0.1 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+fc4ba03ef77ca5018fb78a097d3b924d30f15bfc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+fc4ba03ef77ca5018fb78a097d3b924d30f15bfc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+fc4ba03ef77ca5018fb78a097d3b924d30f15bfc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1fdf3fcdd966fdb32767e112a60cbf4fa7b753cc0a65153c487cbfc01da90583 [INFO] running `Command { std: "docker" "start" "-a" "1fdf3fcdd966fdb32767e112a60cbf4fa7b753cc0a65153c487cbfc01da90583", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1fdf3fcdd966fdb32767e112a60cbf4fa7b753cc0a65153c487cbfc01da90583", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1fdf3fcdd966fdb32767e112a60cbf4fa7b753cc0a65153c487cbfc01da90583", kill_on_drop: false }` [INFO] [stdout] 1fdf3fcdd966fdb32767e112a60cbf4fa7b753cc0a65153c487cbfc01da90583 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+fc4ba03ef77ca5018fb78a097d3b924d30f15bfc" "build" "--frozen" "--message-format=json" "--target" "i686-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] deedf88733d4bef949906e5a21fa06005be3149dce604b68d3cdd613575f905e [INFO] running `Command { std: "docker" "start" "-a" "deedf88733d4bef949906e5a21fa06005be3149dce604b68d3cdd613575f905e", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling pinned_sync v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info. [INFO] [stdout] --> src/sys/unix/condvar.rs:254:20 [INFO] [stdout] | [INFO] [stdout] 254 | tv_sec: ::MAX, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info. [INFO] [stdout] --> src/sys/unix/condvar.rs:258:51 [INFO] [stdout] | [INFO] [stdout] 258 | fn saturating_cast_to_time_t(value: u64) -> libc::time_t { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info. [INFO] [stdout] --> src/sys/unix/condvar.rs:259:23 [INFO] [stdout] | [INFO] [stdout] 259 | if value > ::MAX as u64 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info. [INFO] [stdout] --> src/sys/unix/condvar.rs:260:16 [INFO] [stdout] | [INFO] [stdout] 260 | ::MAX [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info. [INFO] [stdout] --> src/sys/unix/condvar.rs:262:24 [INFO] [stdout] | [INFO] [stdout] 262 | value as libc::time_t [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info. [INFO] [stdout] --> src/sys/unix/condvar.rs:156:58 [INFO] [stdout] | [INFO] [stdout] 156 | .checked_add((nsec / 1_000_000_000) as libc::time_t) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.34s [INFO] running `Command { std: "docker" "inspect" "deedf88733d4bef949906e5a21fa06005be3149dce604b68d3cdd613575f905e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "deedf88733d4bef949906e5a21fa06005be3149dce604b68d3cdd613575f905e", kill_on_drop: false }` [INFO] [stdout] deedf88733d4bef949906e5a21fa06005be3149dce604b68d3cdd613575f905e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+fc4ba03ef77ca5018fb78a097d3b924d30f15bfc" "test" "--frozen" "--no-run" "--message-format=json" "--target" "i686-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] da80d1d6f924fb03d3c7755bf36ad9f815c63fa17d19d61c8e3da9c44696807f [INFO] running `Command { std: "docker" "start" "-a" "da80d1d6f924fb03d3c7755bf36ad9f815c63fa17d19d61c8e3da9c44696807f", kill_on_drop: false }` [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stdout] warning: use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info. [INFO] [stdout] --> src/sys/unix/condvar.rs:254:20 [INFO] [stdout] | [INFO] [stdout] 254 | tv_sec: ::MAX, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info. [INFO] [stdout] --> src/sys/unix/condvar.rs:258:51 [INFO] [stdout] | [INFO] [stdout] 258 | fn saturating_cast_to_time_t(value: u64) -> libc::time_t { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info. [INFO] [stdout] --> src/sys/unix/condvar.rs:259:23 [INFO] [stdout] | [INFO] [stdout] 259 | if value > ::MAX as u64 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info. [INFO] [stdout] --> src/sys/unix/condvar.rs:260:16 [INFO] [stdout] | [INFO] [stdout] 260 | ::MAX [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info. [INFO] [stdout] --> src/sys/unix/condvar.rs:262:24 [INFO] [stdout] | [INFO] [stdout] 262 | value as libc::time_t [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info. [INFO] [stdout] --> src/sys/unix/condvar.rs:156:58 [INFO] [stdout] | [INFO] [stdout] 156 | .checked_add((nsec / 1_000_000_000) as libc::time_t) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling pinned_sync v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info. [INFO] [stdout] --> src/sys/unix/condvar.rs:254:20 [INFO] [stdout] | [INFO] [stdout] 254 | tv_sec: ::MAX, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info. [INFO] [stdout] --> src/sys/unix/condvar.rs:258:51 [INFO] [stdout] | [INFO] [stdout] 258 | fn saturating_cast_to_time_t(value: u64) -> libc::time_t { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info. [INFO] [stdout] --> src/sys/unix/condvar.rs:259:23 [INFO] [stdout] | [INFO] [stdout] 259 | if value > ::MAX as u64 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info. [INFO] [stdout] --> src/sys/unix/condvar.rs:260:16 [INFO] [stdout] | [INFO] [stdout] 260 | ::MAX [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info. [INFO] [stdout] --> src/sys/unix/condvar.rs:262:24 [INFO] [stdout] | [INFO] [stdout] 262 | value as libc::time_t [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info. [INFO] [stdout] --> src/sys/unix/condvar.rs:156:58 [INFO] [stdout] | [INFO] [stdout] 156 | .checked_add((nsec / 1_000_000_000) as libc::time_t) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.05s [INFO] running `Command { std: "docker" "inspect" "da80d1d6f924fb03d3c7755bf36ad9f815c63fa17d19d61c8e3da9c44696807f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da80d1d6f924fb03d3c7755bf36ad9f815c63fa17d19d61c8e3da9c44696807f", kill_on_drop: false }` [INFO] [stdout] da80d1d6f924fb03d3c7755bf36ad9f815c63fa17d19d61c8e3da9c44696807f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+fc4ba03ef77ca5018fb78a097d3b924d30f15bfc" "test" "--frozen" "--target" "i686-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 1fe6b5d94fcdcdefc3a8cf61f968f194796d683be5c055ab822dc96acda8f469 [INFO] running `Command { std: "docker" "start" "-a" "1fe6b5d94fcdcdefc3a8cf61f968f194796d683be5c055ab822dc96acda8f469", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info. [INFO] [stderr] --> src/sys/unix/condvar.rs:254:20 [INFO] [stderr] | [INFO] [stderr] 254 | tv_sec: ::MAX, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info. [INFO] [stderr] --> src/sys/unix/condvar.rs:258:51 [INFO] [stderr] | [INFO] [stderr] 258 | fn saturating_cast_to_time_t(value: u64) -> libc::time_t { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info. [INFO] [stderr] --> src/sys/unix/condvar.rs:259:23 [INFO] [stderr] | [INFO] [stderr] 259 | if value > ::MAX as u64 { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info. [INFO] [stderr] --> src/sys/unix/condvar.rs:260:16 [INFO] [stderr] | [INFO] [stderr] 260 | ::MAX [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info. [INFO] [stderr] --> src/sys/unix/condvar.rs:262:24 [INFO] [stderr] | [INFO] [stderr] 262 | value as libc::time_t [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info. [INFO] [stderr] --> src/sys/unix/condvar.rs:156:58 [INFO] [stderr] | [INFO] [stderr] 156 | .checked_add((nsec / 1_000_000_000) as libc::time_t) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `pinned_sync` (lib) generated 6 warnings [INFO] [stderr] warning: `pinned_sync` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/pinned_sync-e27d1cdd29b23f1a) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] Running tests/barrier.rs (/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/barrier-e6c574830121e8ad) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_barrier ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/condvar.rs (/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/condvar-686276b5395b08fe) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test smoke ... ok [INFO] [stdout] test notify_one ... ok [INFO] [stdout] test wait_timeout_while_instant_satisfy ... ok [INFO] [stdout] test notify_all ... ok [INFO] [stdout] test wait_while ... ok [INFO] [stdout] test wait_timeout_wait ... ok [INFO] [stdout] test wait_timeout_while_wait ... ok [INFO] [stdout] test wait_timeout_wake ... ok [INFO] [stdout] test wait_timeout_while_wake ... ok [INFO] [stdout] test two_mutexes has been running for over 60 seconds [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "1fe6b5d94fcdcdefc3a8cf61f968f194796d683be5c055ab822dc96acda8f469", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1fe6b5d94fcdcdefc3a8cf61f968f194796d683be5c055ab822dc96acda8f469", kill_on_drop: false }` [INFO] [stdout] 1fe6b5d94fcdcdefc3a8cf61f968f194796d683be5c055ab822dc96acda8f469