[INFO] cloning repository https://github.com/xobs/ltc-modulate [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/xobs/ltc-modulate" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxobs%2Fltc-modulate", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxobs%2Fltc-modulate'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a22bed33c09039dc954481ed903d40dfa675567c [INFO] testing xobs/ltc-modulate against try#8262275854dc0e5381c9d42d56257d94932c5a87 for pr-90799 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxobs%2Fltc-modulate" "/workspace/builds/worker-99/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-99/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/xobs/ltc-modulate on toolchain 8262275854dc0e5381c9d42d56257d94932c5a87 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/xobs/ltc-modulate [INFO] finished tweaking git repo https://github.com/xobs/ltc-modulate [INFO] tweaked toml for git repo https://github.com/xobs/ltc-modulate written to /workspace/builds/worker-99/source/Cargo.toml [INFO] crate git repo https://github.com/xobs/ltc-modulate already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded murmur3 v0.3.0 [INFO] [stderr] Downloaded cpal v0.5.1 [INFO] [stderr] Downloaded elf v0.0.10 [INFO] [stderr] Downloaded bitflags v1.0.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-99/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-99/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 849b963b1085913fb09ac7d737a22de122e731513585e565435f73e3776deda7 [INFO] running `Command { std: "docker" "start" "-a" "849b963b1085913fb09ac7d737a22de122e731513585e565435f73e3776deda7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "849b963b1085913fb09ac7d737a22de122e731513585e565435f73e3776deda7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "849b963b1085913fb09ac7d737a22de122e731513585e565435f73e3776deda7", kill_on_drop: false }` [INFO] [stdout] 849b963b1085913fb09ac7d737a22de122e731513585e565435f73e3776deda7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-99/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-99/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" "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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 71d8cf385b8cf2be11c5ea7326ec58c4f71bf162cc194945122dbafc41bd0007 [INFO] running `Command { std: "docker" "start" "-a" "71d8cf385b8cf2be11c5ea7326ec58c4f71bf162cc194945122dbafc41bd0007", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.33 [INFO] [stderr] Compiling pkg-config v0.3.9 [INFO] [stderr] Compiling gcc v0.3.54 [INFO] [stderr] Compiling unicode-width v0.1.4 [INFO] [stderr] Compiling byteorder v0.5.3 [INFO] [stderr] Compiling strsim v0.6.0 [INFO] [stderr] Compiling bitflags v0.9.1 [INFO] [stderr] Compiling lazy_static v0.2.9 [INFO] [stderr] Compiling ansi_term v0.9.0 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling vec_map v0.8.0 [INFO] [stderr] Compiling byteorder v1.1.0 [INFO] [stderr] Compiling textwrap v0.9.0 [INFO] [stderr] Compiling murmur3 v0.3.0 [INFO] [stderr] Compiling elf v0.0.10 [INFO] [stderr] Compiling alsa-sys v0.1.1 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling atty v0.2.3 [INFO] [stderr] Compiling time v0.1.38 [INFO] [stderr] Compiling rand v0.3.18 [INFO] [stderr] Compiling clap v2.27.1 [INFO] [stderr] Compiling cpal v0.5.1 [INFO] [stderr] Compiling ltc-modulate v1.3.18 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 40s [INFO] running `Command { std: "docker" "inspect" "71d8cf385b8cf2be11c5ea7326ec58c4f71bf162cc194945122dbafc41bd0007", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "71d8cf385b8cf2be11c5ea7326ec58c4f71bf162cc194945122dbafc41bd0007", kill_on_drop: false }` [INFO] [stdout] 71d8cf385b8cf2be11c5ea7326ec58c4f71bf162cc194945122dbafc41bd0007 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-99/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-99/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" "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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bfa4dc171e0324ce45e474c8cf73f38929bc98027d86aefad7f8f2c9ce1f7318 [INFO] running `Command { std: "docker" "start" "-a" "bfa4dc171e0324ce45e474c8cf73f38929bc98027d86aefad7f8f2c9ce1f7318", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling ltc-modulate v1.3.18 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.94s [INFO] running `Command { std: "docker" "inspect" "bfa4dc171e0324ce45e474c8cf73f38929bc98027d86aefad7f8f2c9ce1f7318", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bfa4dc171e0324ce45e474c8cf73f38929bc98027d86aefad7f8f2c9ce1f7318", kill_on_drop: false }` [INFO] [stdout] bfa4dc171e0324ce45e474c8cf73f38929bc98027d86aefad7f8f2c9ce1f7318 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-99/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-99/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" "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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e2f9cb1a7e775bdef2eb54cccfa70d2f705bdfc10d76d22978f67d28d54a8f97 [INFO] running `Command { std: "docker" "start" "-a" "e2f9cb1a7e775bdef2eb54cccfa70d2f705bdfc10d76d22978f67d28d54a8f97", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ltc_modulate-8d366a51062e78fd) [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" "e2f9cb1a7e775bdef2eb54cccfa70d2f705bdfc10d76d22978f67d28d54a8f97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e2f9cb1a7e775bdef2eb54cccfa70d2f705bdfc10d76d22978f67d28d54a8f97", kill_on_drop: false }` [INFO] [stdout] e2f9cb1a7e775bdef2eb54cccfa70d2f705bdfc10d76d22978f67d28d54a8f97