[INFO] cloning repository https://github.com/ineffyble/honk [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ineffyble/honk" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fineffyble%2Fhonk", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fineffyble%2Fhonk'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 135b65b38ee10bfba165c4e08c59bff2b7e9e1b5 [INFO] testing ineffyble/honk 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%2Fineffyble%2Fhonk" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ineffyble/honk 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/ineffyble/honk [INFO] finished tweaking git repo https://github.com/ineffyble/honk [INFO] tweaked toml for git repo https://github.com/ineffyble/honk written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/ineffyble/honk 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-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 56e927a89f099e4f116e19d273ea1af0f4e8c80471af3d16f619120113da0bee [INFO] running `Command { std: "docker" "start" "-a" "56e927a89f099e4f116e19d273ea1af0f4e8c80471af3d16f619120113da0bee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "56e927a89f099e4f116e19d273ea1af0f4e8c80471af3d16f619120113da0bee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "56e927a89f099e4f116e19d273ea1af0f4e8c80471af3d16f619120113da0bee", kill_on_drop: false }` [INFO] [stdout] 56e927a89f099e4f116e19d273ea1af0f4e8c80471af3d16f619120113da0bee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] 374b661d9d2bf77976bb9ffd9db1614c1153e7629d2dd3c75626a077778374d8 [INFO] running `Command { std: "docker" "start" "-a" "374b661d9d2bf77976bb9ffd9db1614c1153e7629d2dd3c75626a077778374d8", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling syn v1.0.55 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling cc v1.0.66 [INFO] [stderr] Compiling getrandom v0.2.0 [INFO] [stderr] Compiling nix v0.15.0 [INFO] [stderr] Compiling same-file v1.0.5 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling cpal v0.13.1 [INFO] [stderr] Compiling tinyvec v0.3.4 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling hound v3.4.0 [INFO] [stderr] Compiling claxon v0.4.2 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling alsa-sys v0.3.1 [INFO] [stderr] Compiling rust-embed-utils v5.1.0 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling ogg v0.7.0 [INFO] [stderr] Compiling minimp3-sys v0.3.1 [INFO] [stderr] Compiling lewton v0.10.1 [INFO] [stderr] Compiling slice-deque v0.3.0 [INFO] [stderr] Compiling rand_core v0.6.0 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling minimp3 v0.5.0 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling alsa v0.4.3 [INFO] [stderr] Compiling thiserror-impl v1.0.22 [INFO] [stderr] Compiling rust-embed-impl v5.8.0 [INFO] [stderr] Compiling rust-embed v5.8.0 [INFO] [stderr] Compiling thiserror v1.0.22 [INFO] [stderr] Compiling rodio v0.13.0 [INFO] [stderr] Compiling honk v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 50.62s [INFO] running `Command { std: "docker" "inspect" "374b661d9d2bf77976bb9ffd9db1614c1153e7629d2dd3c75626a077778374d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "374b661d9d2bf77976bb9ffd9db1614c1153e7629d2dd3c75626a077778374d8", kill_on_drop: false }` [INFO] [stdout] 374b661d9d2bf77976bb9ffd9db1614c1153e7629d2dd3c75626a077778374d8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] [stdout] 41d47e9481d78e61fe03aee68b5e0a8f70c9d866520033e1e5c94b4841ce856f [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" "41d47e9481d78e61fe03aee68b5e0a8f70c9d866520033e1e5c94b4841ce856f", kill_on_drop: false }` [INFO] [stderr] Compiling honk v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.14s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/honk-bd563c13db2e851d) [INFO] running `Command { std: "docker" "inspect" "41d47e9481d78e61fe03aee68b5e0a8f70c9d866520033e1e5c94b4841ce856f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "41d47e9481d78e61fe03aee68b5e0a8f70c9d866520033e1e5c94b4841ce856f", kill_on_drop: false }` [INFO] [stdout] 41d47e9481d78e61fe03aee68b5e0a8f70c9d866520033e1e5c94b4841ce856f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] 0c07ee76a9fbdc3dd7c0d32c461eb6ec5ae6d5e076785f73737ed66d34ea95c5 [INFO] running `Command { std: "docker" "start" "-a" "0c07ee76a9fbdc3dd7c0d32c461eb6ec5ae6d5e076785f73737ed66d34ea95c5", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/honk-bd563c13db2e851d) [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" "0c07ee76a9fbdc3dd7c0d32c461eb6ec5ae6d5e076785f73737ed66d34ea95c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0c07ee76a9fbdc3dd7c0d32c461eb6ec5ae6d5e076785f73737ed66d34ea95c5", kill_on_drop: false }` [INFO] [stdout] 0c07ee76a9fbdc3dd7c0d32c461eb6ec5ae6d5e076785f73737ed66d34ea95c5