[INFO] updating cached repository https://github.com/jswrenn/beep [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/big/crater/work/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] cbf38e06405ab80b2a22d6dc1d10da7a5216152b [INFO] checking jswrenn/beep against try#00e4530a79c42b21a6ca2ac1edb597c90d21f89f for pr-64672 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjswrenn%2Fbeep" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jswrenn/beep on toolchain 00e4530a79c42b21a6ca2ac1edb597c90d21f89f [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/jswrenn/beep [INFO] finished tweaking git repo https://github.com/jswrenn/beep [INFO] tweaked toml for git repo https://github.com/jswrenn/beep written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/jswrenn/beep already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/builds/worker-5/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [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] 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] 846ad30c1b3e421f868498337d0e3181dc9c862c8dcbfb331cbc612f85e4e439 [INFO] running `"docker" "start" "-a" "846ad30c1b3e421f868498337d0e3181dc9c862c8dcbfb331cbc612f85e4e439"` [INFO] [stderr] Compiling dimensioned v0.6.0 [INFO] [stderr] Checking generic-array v0.5.1 [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" "846ad30c1b3e421f868498337d0e3181dc9c862c8dcbfb331cbc612f85e4e439"` [INFO] running `"docker" "rm" "-f" "846ad30c1b3e421f868498337d0e3181dc9c862c8dcbfb331cbc612f85e4e439"` [INFO] [stdout] 846ad30c1b3e421f868498337d0e3181dc9c862c8dcbfb331cbc612f85e4e439