[INFO] cloning repository https://github.com/samgwise/sonomon [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/samgwise/sonomon" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsamgwise%2Fsonomon", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsamgwise%2Fsonomon'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 44363c766b5e4256dbc6f255bac4ef60e227a865 [INFO] testing samgwise/sonomon against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsamgwise%2Fsonomon" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/samgwise/sonomon on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/samgwise/sonomon [INFO] finished tweaking git repo https://github.com/samgwise/sonomon [INFO] tweaked toml for git repo https://github.com/samgwise/sonomon written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/samgwise/sonomon already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b06a6d12a390430e83c80ad40de06e7aaf47a46094ca13d7d1018ab634d67291 [INFO] running `Command { std: "docker" "start" "-a" "b06a6d12a390430e83c80ad40de06e7aaf47a46094ca13d7d1018ab634d67291", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b06a6d12a390430e83c80ad40de06e7aaf47a46094ca13d7d1018ab634d67291", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b06a6d12a390430e83c80ad40de06e7aaf47a46094ca13d7d1018ab634d67291", kill_on_drop: false }` [INFO] [stdout] b06a6d12a390430e83c80ad40de06e7aaf47a46094ca13d7d1018ab634d67291 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7b2db6ee43ce312ea229b46e925b99158b6258ed4bc2c1026af96c21fac41495 [INFO] running `Command { std: "docker" "start" "-a" "7b2db6ee43ce312ea229b46e925b99158b6258ed4bc2c1026af96c21fac41495", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.92 [INFO] [stderr] Compiling syn v1.0.68 [INFO] [stderr] Compiling cpal v0.13.3 [INFO] [stderr] Compiling hound v3.4.0 [INFO] [stderr] Compiling claxon v0.4.3 [INFO] [stderr] Compiling alsa-sys v0.3.1 [INFO] [stderr] Compiling ogg v0.8.0 [INFO] [stderr] Compiling tinyvec v1.1.1 [INFO] [stderr] Compiling lewton v0.10.2 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Compiling nix v0.20.0 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling slice-deque v0.3.0 [INFO] [stderr] Compiling cc v1.0.67 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling minimp3-sys v0.3.2 [INFO] [stderr] Compiling alsa v0.5.0 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Compiling thiserror v1.0.24 [INFO] [stderr] Compiling minimp3 v0.5.1 [INFO] [stderr] Compiling rodio v0.13.1 [INFO] [stderr] Compiling sonomon v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.19s [INFO] running `Command { std: "docker" "inspect" "7b2db6ee43ce312ea229b46e925b99158b6258ed4bc2c1026af96c21fac41495", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7b2db6ee43ce312ea229b46e925b99158b6258ed4bc2c1026af96c21fac41495", kill_on_drop: false }` [INFO] [stdout] 7b2db6ee43ce312ea229b46e925b99158b6258ed4bc2c1026af96c21fac41495 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1fdb5d2de8643a7b335af45469facb72e35b153160039f7c6199b13dc01ff15a [INFO] running `Command { std: "docker" "start" "-a" "1fdb5d2de8643a7b335af45469facb72e35b153160039f7c6199b13dc01ff15a", kill_on_drop: false }` [INFO] [stderr] Compiling sonomon v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.57s [INFO] running `Command { std: "docker" "inspect" "1fdb5d2de8643a7b335af45469facb72e35b153160039f7c6199b13dc01ff15a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1fdb5d2de8643a7b335af45469facb72e35b153160039f7c6199b13dc01ff15a", kill_on_drop: false }` [INFO] [stdout] 1fdb5d2de8643a7b335af45469facb72e35b153160039f7c6199b13dc01ff15a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 17320411c3c1dc718720355a20ff2813fea453327cd15c9e26013ec319fd4c31 [INFO] running `Command { std: "docker" "start" "-a" "17320411c3c1dc718720355a20ff2813fea453327cd15c9e26013ec319fd4c31", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/sonomon-143fe35fcc2b24a2) [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" "17320411c3c1dc718720355a20ff2813fea453327cd15c9e26013ec319fd4c31", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "17320411c3c1dc718720355a20ff2813fea453327cd15c9e26013ec319fd4c31", kill_on_drop: false }` [INFO] [stdout] 17320411c3c1dc718720355a20ff2813fea453327cd15c9e26013ec319fd4c31