[INFO] cloning repository https://github.com/rjwebb/rust-sine-synth [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rjwebb/rust-sine-synth" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frjwebb%2Frust-sine-synth", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frjwebb%2Frust-sine-synth'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] eab08e1fe0e84071520660e60d0f3df4327d29d5 [INFO] testing rjwebb/rust-sine-synth against try#8262275854dc0e5381c9d42d56257d94932c5a87 for pr-90799 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frjwebb%2Frust-sine-synth" "/workspace/builds/worker-87/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-87/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rjwebb/rust-sine-synth 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/rjwebb/rust-sine-synth [INFO] finished tweaking git repo https://github.com/rjwebb/rust-sine-synth [INFO] tweaked toml for git repo https://github.com/rjwebb/rust-sine-synth written to /workspace/builds/worker-87/source/Cargo.toml [INFO] crate git repo https://github.com/rjwebb/rust-sine-synth 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] Updating git repository `https://github.com/rust-dsp/rust-vst` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-87/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-87/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] 35b35494bc5e4e54f903612808a5e81eb3cf9771ce5111925a7204822ed695ff [INFO] running `Command { std: "docker" "start" "-a" "35b35494bc5e4e54f903612808a5e81eb3cf9771ce5111925a7204822ed695ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "35b35494bc5e4e54f903612808a5e81eb3cf9771ce5111925a7204822ed695ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "35b35494bc5e4e54f903612808a5e81eb3cf9771ce5111925a7204822ed695ff", kill_on_drop: false }` [INFO] [stdout] 35b35494bc5e4e54f903612808a5e81eb3cf9771ce5111925a7204822ed695ff [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-87/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-87/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] 6e580f68ac26190455c8b5567a940283851efcd75f441ad13f62e5b0d03021d4 [INFO] running `Command { std: "docker" "start" "-a" "6e580f68ac26190455c8b5567a940283851efcd75f441ad13f62e5b0d03021d4", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.1.39 [INFO] [stderr] Compiling libc v0.2.24 [INFO] [stderr] Compiling libloading v0.4.0 [INFO] [stderr] Compiling lazy_static v0.2.8 [INFO] [stderr] Compiling sdl2-sys v0.30.0 [INFO] [stderr] Compiling log v0.3.8 [INFO] [stderr] Compiling bitflags v0.7.0 [INFO] [stderr] Compiling bitflags v0.8.2 [INFO] [stderr] Compiling rand v0.3.16 [INFO] [stderr] Compiling num-integer v0.1.35 [INFO] [stderr] Compiling num-iter v0.1.34 [INFO] [stderr] Compiling num v0.1.39 [INFO] [stderr] Compiling sdl2 v0.30.0 [INFO] [stderr] Compiling vst2 v0.0.1 (https://github.com/rust-dsp/rust-vst#b22b488f) [INFO] [stderr] Compiling cool_sine_synth v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:237:45 [INFO] [stdout] | [INFO] [stdout] 237 | fn get_editor(&mut self) -> Option<&mut Editor> { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Editor` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.66s [INFO] running `Command { std: "docker" "inspect" "6e580f68ac26190455c8b5567a940283851efcd75f441ad13f62e5b0d03021d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6e580f68ac26190455c8b5567a940283851efcd75f441ad13f62e5b0d03021d4", kill_on_drop: false }` [INFO] [stdout] 6e580f68ac26190455c8b5567a940283851efcd75f441ad13f62e5b0d03021d4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-87/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-87/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] a6339b9420804967bb5e3954c5b159d360ba56ce996440680ee22974a393bd98 [INFO] running `Command { std: "docker" "start" "-a" "a6339b9420804967bb5e3954c5b159d360ba56ce996440680ee22974a393bd98", kill_on_drop: false }` [INFO] [stderr] Compiling cool_sine_synth v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:237:45 [INFO] [stdout] | [INFO] [stdout] 237 | fn get_editor(&mut self) -> Option<&mut Editor> { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Editor` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.73s [INFO] running `Command { std: "docker" "inspect" "a6339b9420804967bb5e3954c5b159d360ba56ce996440680ee22974a393bd98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6339b9420804967bb5e3954c5b159d360ba56ce996440680ee22974a393bd98", kill_on_drop: false }` [INFO] [stdout] a6339b9420804967bb5e3954c5b159d360ba56ce996440680ee22974a393bd98 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-87/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-87/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] 4e7456f051f847de735804f113532eb5ccfecf669dfe5ec20c905687dd58546c [INFO] running `Command { std: "docker" "start" "-a" "4e7456f051f847de735804f113532eb5ccfecf669dfe5ec20c905687dd58546c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:237:45 [INFO] [stderr] | [INFO] [stderr] 237 | fn get_editor(&mut self) -> Option<&mut Editor> { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Editor` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `cool_sine_synth` (lib test) generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.29s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/sine_synth-1160a599afb6b220) [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" "4e7456f051f847de735804f113532eb5ccfecf669dfe5ec20c905687dd58546c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4e7456f051f847de735804f113532eb5ccfecf669dfe5ec20c905687dd58546c", kill_on_drop: false }` [INFO] [stdout] 4e7456f051f847de735804f113532eb5ccfecf669dfe5ec20c905687dd58546c