[INFO] cloning repository https://github.com/bddap/synth0x01 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bddap/synth0x01" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbddap%2Fsynth0x01", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbddap%2Fsynth0x01'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 23f525c8bfc4363785e577370338ac29900dff3f [INFO] checking bddap/synth0x01 against try#99a443d6903f71d521237d8acb5a3016b534d17b for pr-83354 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbddap%2Fsynth0x01" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bddap/synth0x01 on toolchain 99a443d6903f71d521237d8acb5a3016b534d17b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99a443d6903f71d521237d8acb5a3016b534d17b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/bddap/synth0x01 [INFO] finished tweaking git repo https://github.com/bddap/synth0x01 [INFO] tweaked toml for git repo https://github.com/bddap/synth0x01 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/bddap/synth0x01 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99a443d6903f71d521237d8acb5a3016b534d17b" "fetch" "--locked" "--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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "rustops/crates-build-env@sha256:4f92631de1aa59f8320307485d3b3c869a5c90ab1d76ce2cffab9807b8c9a1fb" "/opt/rustwide/cargo-home/bin/cargo" "+99a443d6903f71d521237d8acb5a3016b534d17b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2f89bdd52031cf083f2e12053159cb2040ddf4ea4faa5ff9a90037e557372466 [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" "2f89bdd52031cf083f2e12053159cb2040ddf4ea4faa5ff9a90037e557372466", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2f89bdd52031cf083f2e12053159cb2040ddf4ea4faa5ff9a90037e557372466", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f89bdd52031cf083f2e12053159cb2040ddf4ea4faa5ff9a90037e557372466", kill_on_drop: false }` [INFO] [stdout] 2f89bdd52031cf083f2e12053159cb2040ddf4ea4faa5ff9a90037e557372466 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "rustops/crates-build-env@sha256:4f92631de1aa59f8320307485d3b3c869a5c90ab1d76ce2cffab9807b8c9a1fb" "/opt/rustwide/cargo-home/bin/cargo" "+99a443d6903f71d521237d8acb5a3016b534d17b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c9673efd2e7ea994a40362af32b26b166cfee019569531ea1d24deb80757e188 [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" "c9673efd2e7ea994a40362af32b26b166cfee019569531ea1d24deb80757e188", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking ppv-lite86 v0.2.10 [INFO] [stderr] Checking riff v1.0.1 [INFO] [stderr] Checking wav v0.5.0 [INFO] [stderr] Checking rand_core v0.6.2 [INFO] [stderr] Checking rand_chacha v0.3.0 [INFO] [stderr] Checking rand v0.8.3 [INFO] [stderr] Checking synth0x01 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `crate::util::lin` [INFO] [stdout] --> src/note.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::util::lin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::util::lin` [INFO] [stdout] --> src/note.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::util::lin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `saw` [INFO] [stdout] --> src/note.rs:28:8 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn saw(t: f64) -> f64 { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `cwav` [INFO] [stdout] --> src/note.rs:36:8 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn cwav(f: impl Fn(f64) -> f64) -> impl Fn(f64) -> f64 { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `swav` [INFO] [stdout] --> src/note.rs:44:8 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn swav(f: impl Fn(f64) -> f64) -> impl Fn(f64) -> f64 { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `modwav` [INFO] [stdout] --> src/note.rs:52:8 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn modwav(f: impl Fn(f64) -> f64, modr: impl Fn(f64) -> f64) -> impl Fn(f64) -> f64 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `cray` [INFO] [stdout] --> src/note.rs:56:8 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn cray(f: impl Fn(f64) -> f64, modr: impl Fn(f64, f64) -> f64) -> impl Fn(f64) -> f64 { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `lin` [INFO] [stdout] --> src/util.rs:2:8 [INFO] [stdout] | [INFO] [stdout] 2 | pub fn lin(x1: f64, y1: f64, x2: f64, y2: f64, x: f64) -> f64 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `saw` [INFO] [stdout] --> src/note.rs:28:8 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn saw(t: f64) -> f64 { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `cwav` [INFO] [stdout] --> src/note.rs:36:8 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn cwav(f: impl Fn(f64) -> f64) -> impl Fn(f64) -> f64 { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `swav` [INFO] [stdout] --> src/note.rs:44:8 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn swav(f: impl Fn(f64) -> f64) -> impl Fn(f64) -> f64 { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `modwav` [INFO] [stdout] --> src/note.rs:52:8 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn modwav(f: impl Fn(f64) -> f64, modr: impl Fn(f64) -> f64) -> impl Fn(f64) -> f64 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `cray` [INFO] [stdout] --> src/note.rs:56:8 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn cray(f: impl Fn(f64) -> f64, modr: impl Fn(f64, f64) -> f64) -> impl Fn(f64) -> f64 { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `lin` [INFO] [stdout] --> src/util.rs:2:8 [INFO] [stdout] | [INFO] [stdout] 2 | pub fn lin(x1: f64, y1: f64, x2: f64, y2: f64, x: f64) -> f64 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.01s [INFO] running `Command { std: "docker" "inspect" "c9673efd2e7ea994a40362af32b26b166cfee019569531ea1d24deb80757e188", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9673efd2e7ea994a40362af32b26b166cfee019569531ea1d24deb80757e188", kill_on_drop: false }` [INFO] [stdout] c9673efd2e7ea994a40362af32b26b166cfee019569531ea1d24deb80757e188