[INFO] cloning repository https://github.com/chiptunecafe/rawrscope [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/chiptunecafe/rawrscope" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchiptunecafe%2Frawrscope", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchiptunecafe%2Frawrscope'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c842445565c66cb0b28808be70ee4795a841e609 [INFO] checking chiptunecafe/rawrscope against master#90442458ac46b1d5eed752c316da25450f67285b for pr-81477 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchiptunecafe%2Frawrscope" "/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/chiptunecafe/rawrscope on toolchain 90442458ac46b1d5eed752c316da25450f67285b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-0/source/.cargo/config [INFO] started tweaking git repo https://github.com/chiptunecafe/rawrscope [INFO] finished tweaking git repo https://github.com/chiptunecafe/rawrscope [INFO] tweaked toml for git repo https://github.com/chiptunecafe/rawrscope written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/chiptunecafe/rawrscope already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c6bb9fc48205c35cae11610780814242956802c3a34c942275aa6005a0565746 [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" "c6bb9fc48205c35cae11610780814242956802c3a34c942275aa6005a0565746", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c6bb9fc48205c35cae11610780814242956802c3a34c942275aa6005a0565746", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6bb9fc48205c35cae11610780814242956802c3a34c942275aa6005a0565746", kill_on_drop: false }` [INFO] [stdout] c6bb9fc48205c35cae11610780814242956802c3a34c942275aa6005a0565746 [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=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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "check" "--frozen" "--all" "--all-targets" "--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] 43209e4318d17db12e84c19227069d40e39e71bb49d46699895bd54ba6fc2226 [INFO] running `Command { std: "docker" "start" "-a" "43209e4318d17db12e84c19227069d40e39e71bb49d46699895bd54ba6fc2226", kill_on_drop: false }` [INFO] [stderr] Checking smallvec v1.4.2 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking instant v0.1.6 [INFO] [stderr] Checking futures-core v0.3.5 [INFO] [stderr] Compiling termcolor v1.1.0 [INFO] [stderr] Checking once_cell v1.4.1 [INFO] [stderr] Checking futures-sink v0.3.5 [INFO] [stderr] Checking atom v0.3.5 [INFO] [stderr] Checking arrayvec v0.5.1 [INFO] [stderr] Checking futures-io v0.3.5 [INFO] [stderr] Checking regex-syntax v0.6.18 [INFO] [stderr] Checking inplace_it v0.3.2 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Checking bytemuck v1.4.1 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Checking ahash v0.3.8 [INFO] [stderr] Checking itoa v0.4.6 [INFO] [stderr] Checking linked-hash-map v0.5.3 [INFO] [stderr] Checking unicode-width v0.1.8 [INFO] [stderr] Checking transpose v0.1.0 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking strength_reduce v0.2.3 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking dtoa v0.4.6 [INFO] [stderr] Checking ansi_term v0.12.1 [INFO] [stderr] Checking either v1.6.0 [INFO] [stderr] Checking hound v3.4.0 [INFO] [stderr] Checking sample v0.11.0 [INFO] [stderr] Compiling libc v0.2.76 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling libloading v0.6.3 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Checking tracing-core v0.1.16 [INFO] [stderr] Compiling memoffset v0.5.5 [INFO] [stderr] Compiling x11 v2.18.2 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Checking lock_api v0.3.4 [INFO] [stderr] Checking lock_api v0.4.1 [INFO] [stderr] Compiling alsa-sys v0.1.2 [INFO] [stderr] Compiling hashbrown v0.8.2 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling rayon v1.4.0 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking sharded-slab v0.0.9 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling serde v1.0.115 [INFO] [stderr] Compiling proc-macro-nested v0.1.6 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling rayon-core v1.8.0 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Checking futures-task v0.3.5 [INFO] [stderr] Checking hibitset v0.6.3 [INFO] [stderr] Checking futures-channel v0.3.5 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking yaml-rust v0.4.4 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Checking wide v0.4.6 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Checking wgpu-types v0.6.1 [INFO] [stderr] Compiling clang-sys v0.28.1 [INFO] [stderr] Checking tracing-log v0.1.1 [INFO] [stderr] Checking dlib v0.4.2 [INFO] [stderr] Checking ash v0.31.0 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling cpal v0.11.0 [INFO] [stderr] Compiling wayland-scanner v0.23.6 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Checking stb_truetype v0.3.1 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking aho-corasick v0.7.13 [INFO] [stderr] Compiling tracing-attributes v0.1.11 [INFO] [stderr] Compiling git-version-macro v0.3.4 [INFO] [stderr] Compiling snafu-derive v0.6.8 [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sample-0.11.0/src/window.rs:73:41 [INFO] [stdout] | [INFO] [stdout] 73 | let v = phase.to_float_sample().to_sample() * PI_2; [INFO] [stdout] | ^^^^^^^^^ cannot infer type for type parameter `S` declared on the associated function `to_sample` [INFO] [stdout] | [INFO] [stdout] help: consider specifying the type argument in the method call [INFO] [stdout] | [INFO] [stdout] 73 | let v = phase.to_float_sample().to_sample::() * PI_2; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling derivative v2.1.1 [INFO] [stderr] Compiling ambassador v0.2.1 [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: could not compile `sample` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "43209e4318d17db12e84c19227069d40e39e71bb49d46699895bd54ba6fc2226", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "43209e4318d17db12e84c19227069d40e39e71bb49d46699895bd54ba6fc2226", kill_on_drop: false }` [INFO] [stdout] 43209e4318d17db12e84c19227069d40e39e71bb49d46699895bd54ba6fc2226