[INFO] crate metric 0.1.2 is already in cache [INFO] checking metric-0.1.2 against try#00e4530a79c42b21a6ca2ac1edb597c90d21f89f for pr-64672 [INFO] extracting crate metric 0.1.2 into work/builds/worker-5/source [INFO] validating manifest of crates.io crate metric 0.1.2 on toolchain 00e4530a79c42b21a6ca2ac1edb597c90d21f89f [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate metric 0.1.2 [INFO] finished tweaking crates.io crate metric 0.1.2 [INFO] tweaked toml for crates.io crate metric 0.1.2 written to work/builds/worker-5/source/Cargo.toml [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: An explicit [[bench]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other benchmark targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a benchmark target: [INFO] [stderr] [INFO] [stderr] * /mnt/big/crater/work/builds/worker-5/source/benches/nbody_uom.rs [INFO] [stderr] * /mnt/big/crater/work/builds/worker-5/source/benches/nbody_metric.rs [INFO] [stderr] * /mnt/big/crater/work/builds/worker-5/source/benches/nbody_dimensioned.rs [INFO] [stderr] * /mnt/big/crater/work/builds/worker-5/source/benches/nbody_raw.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a benchmark target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autobenches = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 28628f126c6fa753fc31c836a07e18ba5e9f997200c399f8918fb38b156c4cea [INFO] running `"docker" "start" "-a" "28628f126c6fa753fc31c836a07e18ba5e9f997200c399f8918fb38b156c4cea"` [INFO] [stderr] warning: An explicit [[bench]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other benchmark targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a benchmark target: [INFO] [stderr] [INFO] [stderr] * /opt/rustwide/workdir/benches/nbody_uom.rs [INFO] [stderr] * /opt/rustwide/workdir/benches/nbody_metric.rs [INFO] [stderr] * /opt/rustwide/workdir/benches/nbody_dimensioned.rs [INFO] [stderr] * /opt/rustwide/workdir/benches/nbody_raw.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a benchmark target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autobenches = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Compiling dimensioned v0.6.0 [INFO] [stderr] Checking metric v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] Checking uom v0.14.0 [INFO] [stderr] error[E0658]: negative trait bounds are not yet fully implemented; use marker types for now [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dimensioned-0.6.0/src/make_units.rs:254:20 [INFO] [stderr] | [INFO] [stderr] 254 | impl !NotDim for $System {} [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/target/debug/build/dimensioned-db9ee003ace769f5/out/si.rs:176:5 [INFO] [stderr] | [INFO] [stderr] 176 | / make_units! { [INFO] [stderr] 177 | | SI; [INFO] [stderr] 178 | | ONE: Unitless; [INFO] [stderr] 179 | | [INFO] [stderr] ... | [INFO] [stderr] 333 | | fmt = true; [INFO] [stderr] 334 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/13231 [INFO] [stderr] = help: add `#![feature(optin_builtin_traits)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: negative trait bounds are not yet fully implemented; use marker types for now [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dimensioned-0.6.0/src/make_units.rs:254:20 [INFO] [stderr] | [INFO] [stderr] 254 | impl !NotDim for $System {} [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/target/debug/build/dimensioned-db9ee003ace769f5/out/ucum.rs:365:5 [INFO] [stderr] | [INFO] [stderr] 365 | / make_units! { [INFO] [stderr] 366 | | UCUM; [INFO] [stderr] 367 | | ONE: Unitless; [INFO] [stderr] 368 | | [INFO] [stderr] ... | [INFO] [stderr] 642 | | fmt = true; [INFO] [stderr] 643 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/13231 [INFO] [stderr] = help: add `#![feature(optin_builtin_traits)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: negative trait bounds are not yet fully implemented; use marker types for now [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dimensioned-0.6.0/src/make_units.rs:254:20 [INFO] [stderr] | [INFO] [stderr] 254 | impl !NotDim for $System {} [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/target/debug/build/dimensioned-db9ee003ace769f5/out/mks.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | / make_units! { [INFO] [stderr] 30 | | MKS; [INFO] [stderr] 31 | | ONE: Unitless; [INFO] [stderr] 32 | | [INFO] [stderr] ... | [INFO] [stderr] 48 | | fmt = false; [INFO] [stderr] 49 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/13231 [INFO] [stderr] = help: add `#![feature(optin_builtin_traits)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: negative trait bounds are not yet fully implemented; use marker types for now [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dimensioned-0.6.0/src/make_units.rs:254:20 [INFO] [stderr] | [INFO] [stderr] 254 | impl !NotDim for $System {} [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/target/debug/build/dimensioned-db9ee003ace769f5/out/cgs.rs:55:5 [INFO] [stderr] | [INFO] [stderr] 55 | / make_units! { [INFO] [stderr] 56 | | CGS; [INFO] [stderr] 57 | | ONE: Unitless; [INFO] [stderr] 58 | | [INFO] [stderr] ... | [INFO] [stderr] 99 | | fmt = false; [INFO] [stderr] 100 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/13231 [INFO] [stderr] = help: add `#![feature(optin_builtin_traits)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: negative trait bounds are not yet fully implemented; use marker types for now [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dimensioned-0.6.0/src/make_units.rs:254:20 [INFO] [stderr] | [INFO] [stderr] 254 | impl !NotDim for $System {} [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/target/debug/build/dimensioned-db9ee003ace769f5/out/fps.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | / make_units! { [INFO] [stderr] 29 | | FPS; [INFO] [stderr] 30 | | ONE: Unitless; [INFO] [stderr] 31 | | [INFO] [stderr] ... | [INFO] [stderr] 46 | | fmt = false; [INFO] [stderr] 47 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/13231 [INFO] [stderr] = help: add `#![feature(optin_builtin_traits)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0658`. [INFO] [stderr] error: could not compile `dimensioned`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "28628f126c6fa753fc31c836a07e18ba5e9f997200c399f8918fb38b156c4cea"` [INFO] running `"docker" "rm" "-f" "28628f126c6fa753fc31c836a07e18ba5e9f997200c399f8918fb38b156c4cea"` [INFO] [stdout] 28628f126c6fa753fc31c836a07e18ba5e9f997200c399f8918fb38b156c4cea