[INFO] crate accurate 0.3.0 is already in cache
[INFO] checking accurate-0.3.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate accurate 0.3.0 into /workspace/builds/worker-11/source
[INFO] validating manifest of crates.io crate accurate 0.3.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate accurate 0.3.0
[INFO] finished tweaking crates.io crate accurate 0.3.0
[INFO] tweaked toml for crates.io crate accurate 0.3.0 written to /workspace/builds/worker-11/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] 87604a31e9a8b884c834924e36a0cf3030bc4c3006e5c406b20937b2a6903d07
[INFO] running `"docker" "start" "-a" "87604a31e9a8b884c834924e36a0cf3030bc4c3006e5c406b20937b2a6903d07"`
[INFO] [stderr]    Compiling pulldown-cmark v0.2.0
[INFO] [stderr]    Compiling itoa v0.4.5
[INFO] [stderr]     Checking rustc-serialize v0.3.24
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling glob v0.2.11
[INFO] [stderr]    Compiling bytecount v0.4.0
[INFO] [stderr]    Compiling gmp-mpfr-sys v1.2.2
[INFO] [stderr]    Compiling rug v1.8.0
[INFO] [stderr]     Checking ieee754 v0.2.6
[INFO] [stderr]     Checking az v0.3.0
[INFO] [stderr]    Compiling error-chain v0.12.2
[INFO] [stderr]    Compiling serde v1.0.106
[INFO] [stderr]     Checking semver v0.9.0
[INFO] [stderr]    Compiling rand v0.4.6
[INFO] [stderr]     Checking clap v2.33.0
[INFO] [stderr]     Checking csv-core v0.1.10
[INFO] [stderr]     Checking regex-automata v0.1.9
[INFO] [stderr]     Checking rand_xoshiro v0.1.0
[INFO] [stderr]     Checking tempdir v0.3.7
[INFO] [stderr]    Compiling walkdir v2.3.1
[INFO] [stderr]     Checking tinytemplate v1.0.3
[INFO] [stderr]     Checking bstr v0.2.12
[INFO] [stderr]     Checking cargo_metadata v0.6.4
[INFO] [stderr]     Checking skeptic v0.13.4
[INFO] [stderr]     Checking csv v1.1.3
[INFO] [stderr]     Checking num-bigint v0.1.44
[INFO] [stderr]     Checking num-complex v0.1.43
[INFO] [stderr]     Checking num-rational v0.1.42
[INFO] [stderr]     Checking num v0.1.42
[INFO] [stderr]    Compiling serde_json v1.0.51
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]    Compiling cast v0.2.3
[INFO] [stderr]     Checking criterion-plot v0.3.1
[INFO] [stderr]     Checking criterion-plot v0.2.7
[INFO] [stderr]     Checking criterion v0.2.11
[INFO] [stderr]    Compiling accurate v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0034]: multiple applicable items in scope
[INFO] [stderr]     --> src/sum/ifastsum.rs:78:32
[INFO] [stderr]      |
[INFO] [stderr] 78   |                 sm = sm.max(st.abs());
[INFO] [stderr]      |                                ^^^ multiple `abs` found
[INFO] [stderr]      |
[INFO] [stderr] note: candidate #1 is defined in the trait `ieee754::Ieee754`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ieee754-0.2.6/src/traits.rs:472:5
[INFO] [stderr]      |
[INFO] [stderr] 472  |     fn abs(self) -> Self;
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] note: candidate #2 is defined in the trait `num::Float`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.11/src/float.rs:1191:5
[INFO] [stderr]      |
[INFO] [stderr] 1191 |     fn abs(self) -> Self;
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] help: disambiguate the method call for candidate #1
[INFO] [stderr]      |
[INFO] [stderr] 78   |                 sm = sm.max(ieee754::Ieee754::abs(st));
[INFO] [stderr]      |                             ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] help: disambiguate the method call for candidate #2
[INFO] [stderr]      |
[INFO] [stderr] 78   |                 sm = sm.max(num::Float::abs(st));
[INFO] [stderr]      |                             ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0034`.
[INFO] [stderr] error: could not compile `accurate`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[ERROR] error running command: no output for 300 seconds
[INFO] running `"docker" "inspect" "87604a31e9a8b884c834924e36a0cf3030bc4c3006e5c406b20937b2a6903d07"`
[INFO] running `"docker" "rm" "-f" "87604a31e9a8b884c834924e36a0cf3030bc4c3006e5c406b20937b2a6903d07"`
[INFO] [stdout] 87604a31e9a8b884c834924e36a0cf3030bc4c3006e5c406b20937b2a6903d07
