[INFO] cloning repository https://github.com/byblakeorriver/persistent-gauge [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/byblakeorriver/persistent-gauge" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbyblakeorriver%2Fpersistent-gauge", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbyblakeorriver%2Fpersistent-gauge'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] df2b7272f8cf19657f60b7e758daa890ee114cd1 [INFO] testing byblakeorriver/persistent-gauge against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbyblakeorriver%2Fpersistent-gauge" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/byblakeorriver/persistent-gauge on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/byblakeorriver/persistent-gauge [INFO] finished tweaking git repo https://github.com/byblakeorriver/persistent-gauge [INFO] tweaked toml for git repo https://github.com/byblakeorriver/persistent-gauge written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/byblakeorriver/persistent-gauge already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a6b77677558069646ac55183ae493be9c1f7d9a52eb96b090a65f615f52a10d6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a6b77677558069646ac55183ae493be9c1f7d9a52eb96b090a65f615f52a10d6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a6b77677558069646ac55183ae493be9c1f7d9a52eb96b090a65f615f52a10d6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6b77677558069646ac55183ae493be9c1f7d9a52eb96b090a65f615f52a10d6", kill_on_drop: false }` [INFO] [stdout] a6b77677558069646ac55183ae493be9c1f7d9a52eb96b090a65f615f52a10d6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 07af22c515fdfc52643d8aa1247891e7445bce96f60ec945ea7e2f0579f31352 [INFO] running `Command { std: "docker" "start" "-a" "07af22c515fdfc52643d8aa1247891e7445bce96f60ec945ea7e2f0579f31352", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.82 [INFO] [stderr] Compiling libc v0.2.119 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling siphasher v0.3.10 [INFO] [stderr] Compiling async-trait v0.1.52 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling slog v2.7.0 [INFO] [stderr] Compiling pkg-config v0.3.23 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling protobuf v2.25.2 [INFO] [stderr] Compiling prometheus v0.13.0 [INFO] [stderr] Compiling tower-layer v0.3.1 [INFO] [stderr] Compiling http-range-header v0.3.0 [INFO] [stderr] Compiling slog-async v2.7.0 [INFO] [stderr] Compiling num_threads v0.1.3 [INFO] [stderr] Compiling arc-swap v1.5.0 [INFO] [stderr] Compiling matchit v0.4.6 [INFO] [stderr] Compiling sync_wrapper v0.1.1 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling uncased v0.9.6 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling http-body v0.4.4 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling mysqlclient-sys v0.2.4 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling slog-scope v4.4.0 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Compiling phf v0.10.1 [INFO] [stderr] Compiling slog-stdlog v4.1.0 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling mio v0.8.0 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling time v0.3.7 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling dashmap v4.0.2 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling scheduled-thread-pool v0.2.5 [INFO] [stderr] Compiling r2d2 v0.8.9 [INFO] [stderr] Compiling parse-zoneinfo v0.3.0 [INFO] [stderr] Compiling phf_generator v0.10.0 [INFO] [stderr] Compiling phf_codegen v0.10.0 [INFO] [stderr] Compiling chrono-tz-build v0.0.2 [INFO] [stderr] Compiling futures-executor v0.3.21 [INFO] [stderr] Compiling chrono-tz v0.6.1 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling pin-project-internal v1.0.8 [INFO] [stderr] Compiling tracing-attributes v0.1.18 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling diesel_derives v1.4.1 [INFO] [stderr] Compiling tokio v1.17.0 [INFO] [stderr] Compiling axum-core v0.1.2 [INFO] [stderr] Compiling tracing v0.1.29 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling pin-project v1.0.8 [INFO] [stderr] Compiling opentelemetry v0.17.0 [INFO] [stderr] Compiling opentelemetry-prometheus v0.10.0 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling tower v0.4.11 [INFO] [stderr] Compiling tower-http v0.2.4 [INFO] [stderr] Compiling hyper v0.14.16 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling envy v0.4.2 [INFO] [stderr] Compiling diesel v1.4.8 [INFO] [stderr] Compiling slog-json v2.6.0 [INFO] [stderr] Compiling axum v0.4.8 [INFO] [stderr] Compiling persistent-gauge v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 16s [INFO] running `Command { std: "docker" "inspect" "07af22c515fdfc52643d8aa1247891e7445bce96f60ec945ea7e2f0579f31352", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "07af22c515fdfc52643d8aa1247891e7445bce96f60ec945ea7e2f0579f31352", kill_on_drop: false }` [INFO] [stdout] 07af22c515fdfc52643d8aa1247891e7445bce96f60ec945ea7e2f0579f31352 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4ab3bfa161b00628229e59beb384b6a16b473bd1c01b0e523bf31fa4718053e2 [INFO] running `Command { std: "docker" "start" "-a" "4ab3bfa161b00628229e59beb384b6a16b473bd1c01b0e523bf31fa4718053e2", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling persistent-gauge v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.50s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/persistent_gauge-959d0190d29507d1) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/persistent_gauge-e6c81e7123e5addf) [INFO] running `Command { std: "docker" "inspect" "4ab3bfa161b00628229e59beb384b6a16b473bd1c01b0e523bf31fa4718053e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ab3bfa161b00628229e59beb384b6a16b473bd1c01b0e523bf31fa4718053e2", kill_on_drop: false }` [INFO] [stdout] 4ab3bfa161b00628229e59beb384b6a16b473bd1c01b0e523bf31fa4718053e2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 49b7266956be575f2fa5d0d83f388b58f398a8c6ca82824aa7dee08496a980e1 [INFO] running `Command { std: "docker" "start" "-a" "49b7266956be575f2fa5d0d83f388b58f398a8c6ca82824aa7dee08496a980e1", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.21s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/persistent_gauge-959d0190d29507d1) [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] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/persistent_gauge-e6c81e7123e5addf) [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" "49b7266956be575f2fa5d0d83f388b58f398a8c6ca82824aa7dee08496a980e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "49b7266956be575f2fa5d0d83f388b58f398a8c6ca82824aa7dee08496a980e1", kill_on_drop: false }` [INFO] [stdout] 49b7266956be575f2fa5d0d83f388b58f398a8c6ca82824aa7dee08496a980e1