[INFO] updating cached repository https://github.com/Fredemus/Tempo-rs
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 61adc4b3d97e7d1a2c3bf2918c9e6080a615a87c
[INFO] checking Fredemus/Tempo-rs against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFredemus%2FTempo-rs" "/workspace/builds/worker-9/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'...
[INFO] [stderr] done.
[INFO] [stderr] Checking out files:  64% (11/17)   
Checking out files:  70% (12/17)   
Checking out files:  76% (13/17)   
Checking out files:  82% (14/17)   
Checking out files:  88% (15/17)   
Checking out files:  94% (16/17)   
Checking out files: 100% (17/17)   
Checking out files: 100% (17/17), done.
[INFO] validating manifest of git repo https://github.com/Fredemus/Tempo-rs on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/Fredemus/Tempo-rs
[INFO] finished tweaking git repo https://github.com/Fredemus/Tempo-rs
[INFO] tweaked toml for git repo https://github.com/Fredemus/Tempo-rs written to /workspace/builds/worker-9/source/Cargo.toml
[INFO] crate git repo https://github.com/Fredemus/Tempo-rs already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] f58f6e1300db48cb9c857edd3228a49e0fa4cea79d4456c6568947bb174d71bc
[INFO] running `"docker" "start" "-a" "f58f6e1300db48cb9c857edd3228a49e0fa4cea79d4456c6568947bb174d71bc"`
[INFO] [stderr]    Compiling proc-macro2 v1.0.6
[INFO] [stderr]    Compiling syn v1.0.8
[INFO] [stderr]    Compiling cpal v0.10.0 (https://github.com/RustAudio/cpal#fc46f023)
[INFO] [stderr]    Compiling anyhow v1.0.22
[INFO] [stderr]     Checking transpose v0.1.0
[INFO] [stderr]     Checking strength_reduce v0.2.2
[INFO] [stderr]     Checking hound v3.4.0
[INFO] [stderr]    Compiling alsa-sys v0.1.1 (https://github.com/RustAudio/cpal#fc46f023)
[INFO] [stderr]    Compiling num-traits v0.2.9
[INFO] [stderr]    Compiling num-integer v0.1.41
[INFO] [stderr]    Compiling num-complex v0.2.3
[INFO] [stderr]    Compiling num-bigint v0.2.3
[INFO] [stderr]    Compiling num-rational v0.2.2
[INFO] [stderr]    Compiling num-iter v0.1.39
[INFO] [stderr]     Checking rppal v0.11.3
[INFO] [stderr]    Compiling quote v1.0.2
[INFO] [stderr]     Checking rustfft v3.0.0
[INFO] [stderr]     Checking num v0.2.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.5
[INFO] [stderr]     Checking thiserror v1.0.5
[INFO] [stderr]     Checking tempo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unused import: `AtomicBool`
[INFO] [stderr]   --> src/main.rs:33:25
[INFO] [stderr]    |
[INFO] [stderr] 33 | use std::sync::atomic::{AtomicBool, Ordering};
[INFO] [stderr]    |                         ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `AtomicBool`
[INFO] [stderr]   --> src/main.rs:33:25
[INFO] [stderr]    |
[INFO] [stderr] 33 | use std::sync::atomic::{AtomicBool, Ordering};
[INFO] [stderr]    |                         ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `store` found for struct `std::sync::Arc<util::AtomicBool>` in the current scope
[INFO] [stderr]    --> src/main.rs:205:28
[INFO] [stderr]     |
[INFO] [stderr] 205 |             play_flag_arc2.store(false, Ordering::Relaxed);
[INFO] [stderr]     |                            ^^^^^ method not found in `std::sync::Arc<util::AtomicBool>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `store` found for struct `std::sync::Arc<util::AtomicBool>` in the current scope
[INFO] [stderr]    --> src/main.rs:205:28
[INFO] [stderr]     |
[INFO] [stderr] 205 |             play_flag_arc2.store(false, Ordering::Relaxed);
[INFO] [stderr]     |                            ^^^^^ method not found in `std::sync::Arc<util::AtomicBool>`
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]  --> src/util.rs:7:18
[INFO] [stderr]   |
[INFO] [stderr] 7 |         AtomicI8(atomic::AtomicBool::new(v))
[INFO] [stderr]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::sync::atomic::AtomicI8`, found struct `std::sync::atomic::AtomicBool`
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]  --> src/util.rs:7:18
[INFO] [stderr]   |
[INFO] [stderr] 7 |         AtomicI8(atomic::AtomicBool::new(v))
[INFO] [stderr]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::sync::atomic::AtomicI8`, found struct `std::sync::atomic::AtomicBool`
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]  --> src/util.rs:7:9
[INFO] [stderr]   |
[INFO] [stderr] 6 |     pub fn new(v: bool) -> AtomicBool {
[INFO] [stderr]   |                            ---------- expected `util::AtomicBool` because of return type
[INFO] [stderr] 7 |         AtomicI8(atomic::AtomicBool::new(v))
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `util::AtomicBool`, found struct `util::AtomicI8`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 3 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0308, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0308`.
[INFO] [stderr] error: could not compile `tempo`.
[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[E0308]: mismatched types
[INFO] [stderr]  --> src/util.rs:7:9
[INFO] [stderr]   |
[INFO] [stderr] 6 |     pub fn new(v: bool) -> AtomicBool {
[INFO] [stderr]   |                            ---------- expected `util::AtomicBool` because of return type
[INFO] [stderr] 7 |         AtomicI8(atomic::AtomicBool::new(v))
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `util::AtomicBool`, found struct `util::AtomicI8`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 3 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0308, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0308`.
[INFO] [stderr] error: could not compile `tempo`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "f58f6e1300db48cb9c857edd3228a49e0fa4cea79d4456c6568947bb174d71bc"`
[INFO] running `"docker" "rm" "-f" "f58f6e1300db48cb9c857edd3228a49e0fa4cea79d4456c6568947bb174d71bc"`
[INFO] [stdout] f58f6e1300db48cb9c857edd3228a49e0fa4cea79d4456c6568947bb174d71bc
