[INFO] cloning repository https://github.com/clpombo/rust-reporter-api [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/clpombo/rust-reporter-api" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fclpombo%2Frust-reporter-api", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fclpombo%2Frust-reporter-api'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2d640bb8cd3af3d850000768bb70f7379e603057 [INFO] testing clpombo/rust-reporter-api against 1.86.0 for beta-1.87-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fclpombo%2Frust-reporter-api" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/clpombo/rust-reporter-api on toolchain 1.86.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.86.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/clpombo/rust-reporter-api [INFO] finished tweaking git repo https://github.com/clpombo/rust-reporter-api [INFO] tweaked toml for git repo https://github.com/clpombo/rust-reporter-api written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/clpombo/rust-reporter-api 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" "+1.86.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1f54a056fe2c2a36176e81a62b06631761bd76bd2a24f9003cc6bccc9c688fa5 [INFO] running `Command { std: "docker" "start" "-a" "1f54a056fe2c2a36176e81a62b06631761bd76bd2a24f9003cc6bccc9c688fa5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1f54a056fe2c2a36176e81a62b06631761bd76bd2a24f9003cc6bccc9c688fa5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f54a056fe2c2a36176e81a62b06631761bd76bd2a24f9003cc6bccc9c688fa5", kill_on_drop: false }` [INFO] [stdout] 1f54a056fe2c2a36176e81a62b06631761bd76bd2a24f9003cc6bccc9c688fa5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ebf12cfeb487f32ed28a57f306d349c2d91e40c1ddb6d2c6c975e3ede620e663 [INFO] running `Command { std: "docker" "start" "-a" "ebf12cfeb487f32ed28a57f306d349c2d91e40c1ddb6d2c6c975e3ede620e663", kill_on_drop: false }` [INFO] [stderr] Compiling rust-reporter-api v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: creating a shared reference to mutable static is discouraged [INFO] [stdout] --> src/rust-reporter-api.rs:49:17 [INFO] [stdout] | [INFO] [stdout] 49 | BUFFER.as_ptr() as *const u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] = note: `#[warn(static_mut_refs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.32s [INFO] running `Command { std: "docker" "inspect" "ebf12cfeb487f32ed28a57f306d349c2d91e40c1ddb6d2c6c975e3ede620e663", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ebf12cfeb487f32ed28a57f306d349c2d91e40c1ddb6d2c6c975e3ede620e663", kill_on_drop: false }` [INFO] [stdout] ebf12cfeb487f32ed28a57f306d349c2d91e40c1ddb6d2c6c975e3ede620e663 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bddf10f001d3dfc578eae3eaa905bb13ca6b341a3ee0c8cc8d2189800f550c74 [INFO] running `Command { std: "docker" "start" "-a" "bddf10f001d3dfc578eae3eaa905bb13ca6b341a3ee0c8cc8d2189800f550c74", kill_on_drop: false }` [INFO] [stderr] Compiling rust-reporter-api v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: creating a shared reference to mutable static is discouraged [INFO] [stdout] --> src/rust-reporter-api.rs:49:17 [INFO] [stdout] | [INFO] [stdout] 49 | BUFFER.as_ptr() as *const u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] = note: `#[warn(static_mut_refs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static is discouraged [INFO] [stdout] --> src/rust-reporter-api.rs:49:17 [INFO] [stdout] | [INFO] [stdout] 49 | BUFFER.as_ptr() as *const u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] = note: `#[warn(static_mut_refs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.85s [INFO] running `Command { std: "docker" "inspect" "bddf10f001d3dfc578eae3eaa905bb13ca6b341a3ee0c8cc8d2189800f550c74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bddf10f001d3dfc578eae3eaa905bb13ca6b341a3ee0c8cc8d2189800f550c74", kill_on_drop: false }` [INFO] [stdout] bddf10f001d3dfc578eae3eaa905bb13ca6b341a3ee0c8cc8d2189800f550c74 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d0f7d9b13ec50047755193fa345ab3a9b9d632cfff689a2cd2d060cd3d34bc76 [INFO] running `Command { std: "docker" "start" "-a" "d0f7d9b13ec50047755193fa345ab3a9b9d632cfff689a2cd2d060cd3d34bc76", kill_on_drop: false }` [INFO] [stderr] warning: creating a shared reference to mutable static is discouraged [INFO] [stderr] --> src/rust-reporter-api.rs:49:17 [INFO] [stderr] | [INFO] [stderr] 49 | BUFFER.as_ptr() as *const u8, [INFO] [stderr] | ^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] = note: `#[warn(static_mut_refs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `rust-reporter-api` (lib) generated 1 warning [INFO] [stderr] warning: `rust-reporter-api` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/rust-reporter-api.rs (/opt/rustwide/target/debug/deps/rust_reporter_api-f74810e03f152992) [INFO] [stdout] [INFO] [stderr] Running tests/test_data-channel-defs.rs (/opt/rustwide/target/debug/deps/test_data_channel_defs-96c4c4dca477ff3a) [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] [stdout] [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test test_reporter_component_event_pkg_build ... ok [INFO] [stdout] test test_reporter_self_loggable_component_event_pkg_build ... ok [INFO] [stdout] test test_reporter_state_event_pkg_build ... ok [INFO] [stdout] test test_reporter_process_event_pkg_build ... ok [INFO] [stdout] test test_reporter_self_loggable_component_log_init_event_pkg_build ... ok [INFO] [stdout] test test_reporter_timed_event_pkg_build ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/test_rust-reporter-api.rs (/opt/rustwide/target/debug/deps/test_rust_reporter_api-e870d0c5839492e5) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_reporter ... 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/test_stopwatch.rs (/opt/rustwide/target/debug/deps/test_stopwatch-2f87571bdcc46b69) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_stopwatch_pause ... ok [INFO] [stdout] test test_stopwatch_start ... ok [INFO] [stdout] test test_stopwatch_pause_resume ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.31s [INFO] [stdout] [INFO] [stderr] Doc-tests rust_reporter_api [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] [stdout] [INFO] running `Command { std: "docker" "inspect" "d0f7d9b13ec50047755193fa345ab3a9b9d632cfff689a2cd2d060cd3d34bc76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d0f7d9b13ec50047755193fa345ab3a9b9d632cfff689a2cd2d060cd3d34bc76", kill_on_drop: false }` [INFO] [stdout] d0f7d9b13ec50047755193fa345ab3a9b9d632cfff689a2cd2d060cd3d34bc76