[INFO] crate pod 0.5.0 is already in cache [INFO] checking pod-0.5.0 against try#00e4530a79c42b21a6ca2ac1edb597c90d21f89f for pr-64672 [INFO] extracting crate pod 0.5.0 into work/builds/worker-1/source [INFO] validating manifest of crates.io crate pod 0.5.0 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 pod 0.5.0 [INFO] finished tweaking crates.io crate pod 0.5.0 [INFO] tweaked toml for crates.io crate pod 0.5.0 written to work/builds/worker-1/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] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-1/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] cd8b0ac3b1bc2241ff2b50984ca8d2f3d5a0a206f6e9675592045387f0abc91b [INFO] running `"docker" "start" "-a" "cd8b0ac3b1bc2241ff2b50984ca8d2f3d5a0a206f6e9675592045387f0abc91b"` [INFO] [stderr] Checking packed v0.4.2 [INFO] [stderr] Checking read_exact v0.0.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/packed-0.4.2/src/lib.rs:144:10 [INFO] [stderr] | [INFO] [stderr] 144 | impl !Unaligned for char { } [INFO] [stderr] | ^ [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/packed-0.4.2/src/lib.rs:145:10 [INFO] [stderr] | [INFO] [stderr] 145 | impl !Unaligned for f32 { } [INFO] [stderr] | ^ [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/packed-0.4.2/src/lib.rs:146:10 [INFO] [stderr] | [INFO] [stderr] 146 | impl !Unaligned for f64 { } [INFO] [stderr] | ^ [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/packed-0.4.2/src/lib.rs:147:10 [INFO] [stderr] | [INFO] [stderr] 147 | impl !Unaligned for i16 { } [INFO] [stderr] | ^ [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/packed-0.4.2/src/lib.rs:148:10 [INFO] [stderr] | [INFO] [stderr] 148 | impl !Unaligned for u16 { } [INFO] [stderr] | ^ [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/packed-0.4.2/src/lib.rs:149:10 [INFO] [stderr] | [INFO] [stderr] 149 | impl !Unaligned for i32 { } [INFO] [stderr] | ^ [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/packed-0.4.2/src/lib.rs:150:10 [INFO] [stderr] | [INFO] [stderr] 150 | impl !Unaligned for u32 { } [INFO] [stderr] | ^ [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/packed-0.4.2/src/lib.rs:151:10 [INFO] [stderr] | [INFO] [stderr] 151 | impl !Unaligned for i64 { } [INFO] [stderr] | ^ [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/packed-0.4.2/src/lib.rs:152:10 [INFO] [stderr] | [INFO] [stderr] 152 | impl !Unaligned for u64 { } [INFO] [stderr] | ^ [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/packed-0.4.2/src/lib.rs:153:10 [INFO] [stderr] | [INFO] [stderr] 153 | impl !Unaligned for isize { } [INFO] [stderr] | ^ [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/packed-0.4.2/src/lib.rs:154:10 [INFO] [stderr] | [INFO] [stderr] 154 | impl !Unaligned for usize { } [INFO] [stderr] | ^ [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/packed-0.4.2/src/lib.rs:155:13 [INFO] [stderr] | [INFO] [stderr] 155 | impl !Unaligned for *const T { } [INFO] [stderr] | ^ [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/packed-0.4.2/src/lib.rs:156:13 [INFO] [stderr] | [INFO] [stderr] 156 | impl !Unaligned for *mut T { } [INFO] [stderr] | ^ [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/packed-0.4.2/src/lib.rs:157:17 [INFO] [stderr] | [INFO] [stderr] 157 | impl<'a, T> !Unaligned for &'a T { } [INFO] [stderr] | ^ [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/packed-0.4.2/src/lib.rs:158:17 [INFO] [stderr] | [INFO] [stderr] 158 | impl<'a, T> !Unaligned for &'a mut T { } [INFO] [stderr] | ^ [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 15 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0658`. [INFO] [stderr] error: could not compile `packed`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "cd8b0ac3b1bc2241ff2b50984ca8d2f3d5a0a206f6e9675592045387f0abc91b"` [INFO] running `"docker" "rm" "-f" "cd8b0ac3b1bc2241ff2b50984ca8d2f3d5a0a206f6e9675592045387f0abc91b"` [INFO] [stdout] cd8b0ac3b1bc2241ff2b50984ca8d2f3d5a0a206f6e9675592045387f0abc91b