[INFO] crate nue-macros 0.3.0 is already in cache [INFO] checking nue-macros-0.3.0 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate nue-macros 0.3.0 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate nue-macros 0.3.0 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate nue-macros 0.3.0 [INFO] removed 0 missing tests [INFO] removed path dependency nue-codegen from crates.io crate nue-macros 0.3.0 [INFO] removed path dependency nue from crates.io crate nue-macros 0.3.0 [INFO] removed path dependency pod from crates.io crate nue-macros 0.3.0 [INFO] finished tweaking crates.io crate nue-macros 0.3.0 [INFO] tweaked toml for crates.io crate nue-macros 0.3.0 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other test targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a test target: [INFO] [stderr] [INFO] [stderr] * /workspace/builds/worker-12/source/tests/code.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 test target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autotests = 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] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 7383afa3d8508ce4282066505c2a99a17ecd356db77f0a8c37bb80f3b6512f1c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "7383afa3d8508ce4282066505c2a99a17ecd356db77f0a8c37bb80f3b6512f1c"` [INFO] [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other test targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a test target: [INFO] [stderr] [INFO] [stderr] * /opt/rustwide/workdir/tests/code.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 test target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autotests = 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 uninitialized v0.0.2 [INFO] [stderr] Compiling aster v0.9.3 [INFO] [stderr] Compiling nue-codegen v0.3.0 [INFO] [stderr] Checking quasi v0.32.0 [INFO] [stderr] Checking packed v0.3.0 [INFO] [stderr] Checking aster v0.4.10 [INFO] [stderr] error: `impl Trait for .. {}` is an obsolete syntax [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed-0.3.0/src/lib.rs:125:5 [INFO] [stderr] | [INFO] [stderr] 125 | unsafe impl Unaligned for .. { } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: use `auto trait Trait {}` instead [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.3.0/src/lib.rs:128:10 [INFO] [stderr] | [INFO] [stderr] 128 | impl !Unaligned for char { } [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68318 for more information [INFO] [stderr] = help: add `#![feature(negative_impls)]` 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.3.0/src/lib.rs:129:10 [INFO] [stderr] | [INFO] [stderr] 129 | impl !Unaligned for f32 { } [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68318 for more information [INFO] [stderr] = help: add `#![feature(negative_impls)]` 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.3.0/src/lib.rs:130:10 [INFO] [stderr] | [INFO] [stderr] 130 | impl !Unaligned for f64 { } [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68318 for more information [INFO] [stderr] = help: add `#![feature(negative_impls)]` 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.3.0/src/lib.rs:131:10 [INFO] [stderr] | [INFO] [stderr] 131 | impl !Unaligned for i16 { } [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68318 for more information [INFO] [stderr] = help: add `#![feature(negative_impls)]` 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.3.0/src/lib.rs:132:10 [INFO] [stderr] | [INFO] [stderr] 132 | impl !Unaligned for u16 { } [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68318 for more information [INFO] [stderr] = help: add `#![feature(negative_impls)]` 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.3.0/src/lib.rs:133:10 [INFO] [stderr] | [INFO] [stderr] 133 | impl !Unaligned for i32 { } [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68318 for more information [INFO] [stderr] = help: add `#![feature(negative_impls)]` 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.3.0/src/lib.rs:134:10 [INFO] [stderr] | [INFO] [stderr] 134 | impl !Unaligned for u32 { } [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68318 for more information [INFO] [stderr] = help: add `#![feature(negative_impls)]` 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.3.0/src/lib.rs:135:10 [INFO] [stderr] | [INFO] [stderr] 135 | impl !Unaligned for i64 { } [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68318 for more information [INFO] [stderr] = help: add `#![feature(negative_impls)]` 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.3.0/src/lib.rs:136:10 [INFO] [stderr] | [INFO] [stderr] 136 | impl !Unaligned for u64 { } [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68318 for more information [INFO] [stderr] = help: add `#![feature(negative_impls)]` 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.3.0/src/lib.rs:137:10 [INFO] [stderr] | [INFO] [stderr] 137 | impl !Unaligned for isize { } [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68318 for more information [INFO] [stderr] = help: add `#![feature(negative_impls)]` 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.3.0/src/lib.rs:138:10 [INFO] [stderr] | [INFO] [stderr] 138 | impl !Unaligned for usize { } [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68318 for more information [INFO] [stderr] = help: add `#![feature(negative_impls)]` 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.3.0/src/lib.rs:139:13 [INFO] [stderr] | [INFO] [stderr] 139 | impl !Unaligned for *const T { } [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68318 for more information [INFO] [stderr] = help: add `#![feature(negative_impls)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0463]: can't find crate for `syntax` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quasi-0.32.0/src/lib.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | extern crate syntax; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [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.3.0/src/lib.rs:140:13 [INFO] [stderr] | [INFO] [stderr] 140 | impl !Unaligned for *mut T { } [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68318 for more information [INFO] [stderr] = help: add `#![feature(negative_impls)]` 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.3.0/src/lib.rs:141:17 [INFO] [stderr] | [INFO] [stderr] 141 | impl<'a, T> !Unaligned for &'a T { } [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68318 for more information [INFO] [stderr] = help: add `#![feature(negative_impls)]` 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.3.0/src/lib.rs:142:17 [INFO] [stderr] | [INFO] [stderr] 142 | impl<'a, T> !Unaligned for &'a mut T { } [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68318 for more information [INFO] [stderr] = help: add `#![feature(negative_impls)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0463]: can't find crate for `syntax` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quasi-0.32.0/src/lib.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | extern crate syntax; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error[E0463]: can't find crate for `syntax` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/lib.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | extern crate syntax; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: could not compile `quasi`. [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: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: could not compile `aster`. [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: could not compile `quasi`. [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[E0463]: can't find crate for `syntax` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/aster-0.4.10/src/lib.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | extern crate syntax; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: could not compile `aster`. [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[E0463]: can't find crate for `syntax` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/aster-0.9.3/src/lib.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | extern crate syntax; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error[E0277]: the trait bound `u8: Unaligned` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed-0.3.0/src/lib.rs:226:67 [INFO] [stderr] | [INFO] [stderr] 27 | pub unsafe trait Aligned: Sized { [INFO] [stderr] | ------- required by a bound in this [INFO] [stderr] ... [INFO] [stderr] 30 | type Unaligned: Unaligned + Sized + Copy; [INFO] [stderr] | --------- required by this bound in `Aligned` [INFO] [stderr] ... [INFO] [stderr] 226 | unsafe impl Aligned for *const T { type Unaligned = [u8; 8]; aligned_assert!(Self); } [INFO] [stderr] | ^^^^^^^ the trait `Unaligned` is not implemented for `u8` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `Unaligned` for `[u8; 8]` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `u8: Unaligned` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed-0.3.0/src/lib.rs:227:65 [INFO] [stderr] | [INFO] [stderr] 27 | pub unsafe trait Aligned: Sized { [INFO] [stderr] | ------- required by a bound in this [INFO] [stderr] ... [INFO] [stderr] 30 | type Unaligned: Unaligned + Sized + Copy; [INFO] [stderr] | --------- required by this bound in `Aligned` [INFO] [stderr] ... [INFO] [stderr] 227 | unsafe impl Aligned for *mut T { type Unaligned = [u8; 8]; aligned_assert!(Self); } [INFO] [stderr] | ^^^^^^^ the trait `Unaligned` is not implemented for `u8` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `Unaligned` for `[u8; 8]` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `u8: Unaligned` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed-0.3.0/src/lib.rs:228:68 [INFO] [stderr] | [INFO] [stderr] 27 | pub unsafe trait Aligned: Sized { [INFO] [stderr] | ------- required by a bound in this [INFO] [stderr] ... [INFO] [stderr] 30 | type Unaligned: Unaligned + Sized + Copy; [INFO] [stderr] | --------- required by this bound in `Aligned` [INFO] [stderr] ... [INFO] [stderr] 228 | unsafe impl<'a, T: Sized> Aligned for &'a T { type Unaligned = [u8; 8]; } [INFO] [stderr] | ^^^^^^^ the trait `Unaligned` is not implemented for `u8` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `Unaligned` for `[u8; 8]` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `u8: Unaligned` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed-0.3.0/src/lib.rs:229:72 [INFO] [stderr] | [INFO] [stderr] 27 | pub unsafe trait Aligned: Sized { [INFO] [stderr] | ------- required by a bound in this [INFO] [stderr] ... [INFO] [stderr] 30 | type Unaligned: Unaligned + Sized + Copy; [INFO] [stderr] | --------- required by this bound in `Aligned` [INFO] [stderr] ... [INFO] [stderr] 229 | unsafe impl<'a, T: Sized> Aligned for &'a mut T { type Unaligned = [u8; 8]; } [INFO] [stderr] | ^^^^^^^ the trait `Unaligned` is not implemented for `u8` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `Unaligned` for `[u8; 8]` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `(): Unaligned` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed-0.3.0/src/lib.rs:234:13 [INFO] [stderr] | [INFO] [stderr] 116 | pub unsafe trait Packed: Unaligned { [INFO] [stderr] | --------- required by this bound in `Packed` [INFO] [stderr] ... [INFO] [stderr] 234 | unsafe impl Packed for () { } [INFO] [stderr] | ^^^^^^ the trait `Unaligned` is not implemented for `()` [INFO] [stderr] [INFO] [stderr] error: could not compile `aster`. [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[E0277]: the trait bound `i8: Unaligned` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed-0.3.0/src/lib.rs:235:13 [INFO] [stderr] | [INFO] [stderr] 116 | pub unsafe trait Packed: Unaligned { [INFO] [stderr] | --------- required by this bound in `Packed` [INFO] [stderr] ... [INFO] [stderr] 235 | unsafe impl Packed for i8 { } [INFO] [stderr] | ^^^^^^ the trait `Unaligned` is not implemented for `i8` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `u8: Unaligned` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed-0.3.0/src/lib.rs:236:13 [INFO] [stderr] | [INFO] [stderr] 116 | pub unsafe trait Packed: Unaligned { [INFO] [stderr] | --------- required by this bound in `Packed` [INFO] [stderr] ... [INFO] [stderr] 236 | unsafe impl Packed for u8 { } [INFO] [stderr] | ^^^^^^ the trait `Unaligned` is not implemented for `u8` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `bool: Unaligned` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed-0.3.0/src/lib.rs:237:13 [INFO] [stderr] | [INFO] [stderr] 116 | pub unsafe trait Packed: Unaligned { [INFO] [stderr] | --------- required by this bound in `Packed` [INFO] [stderr] ... [INFO] [stderr] 237 | unsafe impl Packed for bool { } [INFO] [stderr] | ^^^^^^ the trait `Unaligned` is not implemented for `bool` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `(): Unaligned` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed-0.3.0/src/lib.rs:267:22 [INFO] [stderr] | [INFO] [stderr] 27 | pub unsafe trait Aligned: Sized { [INFO] [stderr] | ------- required by a bound in this [INFO] [stderr] ... [INFO] [stderr] 30 | type Unaligned: Unaligned + Sized + Copy; [INFO] [stderr] | --------- required by this bound in `Aligned` [INFO] [stderr] ... [INFO] [stderr] 267 | type Unaligned = (); [INFO] [stderr] | ^^ the trait `Unaligned` is not implemented for `()` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `u8: Unaligned` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed-0.3.0/src/lib.rs:180:21 [INFO] [stderr] | [INFO] [stderr] 27 | pub unsafe trait Aligned: Sized { [INFO] [stderr] | ------- required by a bound in this [INFO] [stderr] ... [INFO] [stderr] 30 | type Unaligned: Unaligned + Sized + Copy; [INFO] [stderr] | --------- required by this bound in `Aligned` [INFO] [stderr] ... [INFO] [stderr] 180 | unsafe impl Aligned for $t { [INFO] [stderr] | ^^^^^^^ the trait `Unaligned` is not implemented for `u8` [INFO] [stderr] ... [INFO] [stderr] 193 | / aligned_impl! { [INFO] [stderr] 194 | | char: 4, [INFO] [stderr] 195 | | f32: 4, [INFO] [stderr] 196 | | f64: 8, [INFO] [stderr] ... | [INFO] [stderr] 202 | | u64: 8 [INFO] [stderr] 203 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `Unaligned` for `[u8; 4]` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `u8: Unaligned` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed-0.3.0/src/lib.rs:180:21 [INFO] [stderr] | [INFO] [stderr] 27 | pub unsafe trait Aligned: Sized { [INFO] [stderr] | ------- required by a bound in this [INFO] [stderr] ... [INFO] [stderr] 30 | type Unaligned: Unaligned + Sized + Copy; [INFO] [stderr] | --------- required by this bound in `Aligned` [INFO] [stderr] ... [INFO] [stderr] 180 | unsafe impl Aligned for $t { [INFO] [stderr] | ^^^^^^^ the trait `Unaligned` is not implemented for `u8` [INFO] [stderr] ... [INFO] [stderr] 193 | / aligned_impl! { [INFO] [stderr] 194 | | char: 4, [INFO] [stderr] 195 | | f32: 4, [INFO] [stderr] 196 | | f64: 8, [INFO] [stderr] ... | [INFO] [stderr] 202 | | u64: 8 [INFO] [stderr] 203 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `Unaligned` for `[u8; 4]` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `u8: Unaligned` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed-0.3.0/src/lib.rs:180:21 [INFO] [stderr] | [INFO] [stderr] 27 | pub unsafe trait Aligned: Sized { [INFO] [stderr] | ------- required by a bound in this [INFO] [stderr] ... [INFO] [stderr] 30 | type Unaligned: Unaligned + Sized + Copy; [INFO] [stderr] | --------- required by this bound in `Aligned` [INFO] [stderr] ... [INFO] [stderr] 180 | unsafe impl Aligned for $t { [INFO] [stderr] | ^^^^^^^ the trait `Unaligned` is not implemented for `u8` [INFO] [stderr] ... [INFO] [stderr] 193 | / aligned_impl! { [INFO] [stderr] 194 | | char: 4, [INFO] [stderr] 195 | | f32: 4, [INFO] [stderr] 196 | | f64: 8, [INFO] [stderr] ... | [INFO] [stderr] 202 | | u64: 8 [INFO] [stderr] 203 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `Unaligned` for `[u8; 8]` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `u8: Unaligned` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed-0.3.0/src/lib.rs:180:21 [INFO] [stderr] | [INFO] [stderr] 27 | pub unsafe trait Aligned: Sized { [INFO] [stderr] | ------- required by a bound in this [INFO] [stderr] ... [INFO] [stderr] 30 | type Unaligned: Unaligned + Sized + Copy; [INFO] [stderr] | --------- required by this bound in `Aligned` [INFO] [stderr] ... [INFO] [stderr] 180 | unsafe impl Aligned for $t { [INFO] [stderr] | ^^^^^^^ the trait `Unaligned` is not implemented for `u8` [INFO] [stderr] ... [INFO] [stderr] 193 | / aligned_impl! { [INFO] [stderr] 194 | | char: 4, [INFO] [stderr] 195 | | f32: 4, [INFO] [stderr] 196 | | f64: 8, [INFO] [stderr] ... | [INFO] [stderr] 202 | | u64: 8 [INFO] [stderr] 203 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `Unaligned` for `[u8; 2]` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `u8: Unaligned` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed-0.3.0/src/lib.rs:180:21 [INFO] [stderr] | [INFO] [stderr] 27 | pub unsafe trait Aligned: Sized { [INFO] [stderr] | ------- required by a bound in this [INFO] [stderr] ... [INFO] [stderr] 30 | type Unaligned: Unaligned + Sized + Copy; [INFO] [stderr] | --------- required by this bound in `Aligned` [INFO] [stderr] ... [INFO] [stderr] 180 | unsafe impl Aligned for $t { [INFO] [stderr] | ^^^^^^^ the trait `Unaligned` is not implemented for `u8` [INFO] [stderr] ... [INFO] [stderr] 193 | / aligned_impl! { [INFO] [stderr] 194 | | char: 4, [INFO] [stderr] 195 | | f32: 4, [INFO] [stderr] 196 | | f64: 8, [INFO] [stderr] ... | [INFO] [stderr] 202 | | u64: 8 [INFO] [stderr] 203 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `Unaligned` for `[u8; 2]` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `u8: Unaligned` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed-0.3.0/src/lib.rs:180:21 [INFO] [stderr] | [INFO] [stderr] 27 | pub unsafe trait Aligned: Sized { [INFO] [stderr] | ------- required by a bound in this [INFO] [stderr] ... [INFO] [stderr] 30 | type Unaligned: Unaligned + Sized + Copy; [INFO] [stderr] | --------- required by this bound in `Aligned` [INFO] [stderr] ... [INFO] [stderr] 180 | unsafe impl Aligned for $t { [INFO] [stderr] | ^^^^^^^ the trait `Unaligned` is not implemented for `u8` [INFO] [stderr] ... [INFO] [stderr] 193 | / aligned_impl! { [INFO] [stderr] 194 | | char: 4, [INFO] [stderr] 195 | | f32: 4, [INFO] [stderr] 196 | | f64: 8, [INFO] [stderr] ... | [INFO] [stderr] 202 | | u64: 8 [INFO] [stderr] 203 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `Unaligned` for `[u8; 4]` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `u8: Unaligned` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed-0.3.0/src/lib.rs:180:21 [INFO] [stderr] | [INFO] [stderr] 27 | pub unsafe trait Aligned: Sized { [INFO] [stderr] | ------- required by a bound in this [INFO] [stderr] ... [INFO] [stderr] 30 | type Unaligned: Unaligned + Sized + Copy; [INFO] [stderr] | --------- required by this bound in `Aligned` [INFO] [stderr] ... [INFO] [stderr] 180 | unsafe impl Aligned for $t { [INFO] [stderr] | ^^^^^^^ the trait `Unaligned` is not implemented for `u8` [INFO] [stderr] ... [INFO] [stderr] 193 | / aligned_impl! { [INFO] [stderr] 194 | | char: 4, [INFO] [stderr] 195 | | f32: 4, [INFO] [stderr] 196 | | f64: 8, [INFO] [stderr] ... | [INFO] [stderr] 202 | | u64: 8 [INFO] [stderr] 203 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `Unaligned` for `[u8; 4]` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `u8: Unaligned` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed-0.3.0/src/lib.rs:180:21 [INFO] [stderr] | [INFO] [stderr] 27 | pub unsafe trait Aligned: Sized { [INFO] [stderr] | ------- required by a bound in this [INFO] [stderr] ... [INFO] [stderr] 30 | type Unaligned: Unaligned + Sized + Copy; [INFO] [stderr] | --------- required by this bound in `Aligned` [INFO] [stderr] ... [INFO] [stderr] 180 | unsafe impl Aligned for $t { [INFO] [stderr] | ^^^^^^^ the trait `Unaligned` is not implemented for `u8` [INFO] [stderr] ... [INFO] [stderr] 193 | / aligned_impl! { [INFO] [stderr] 194 | | char: 4, [INFO] [stderr] 195 | | f32: 4, [INFO] [stderr] 196 | | f64: 8, [INFO] [stderr] ... | [INFO] [stderr] 202 | | u64: 8 [INFO] [stderr] 203 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `Unaligned` for `[u8; 8]` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `u8: Unaligned` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed-0.3.0/src/lib.rs:180:21 [INFO] [stderr] | [INFO] [stderr] 27 | pub unsafe trait Aligned: Sized { [INFO] [stderr] | ------- required by a bound in this [INFO] [stderr] ... [INFO] [stderr] 30 | type Unaligned: Unaligned + Sized + Copy; [INFO] [stderr] | --------- required by this bound in `Aligned` [INFO] [stderr] ... [INFO] [stderr] 180 | unsafe impl Aligned for $t { [INFO] [stderr] | ^^^^^^^ the trait `Unaligned` is not implemented for `u8` [INFO] [stderr] ... [INFO] [stderr] 193 | / aligned_impl! { [INFO] [stderr] 194 | | char: 4, [INFO] [stderr] 195 | | f32: 4, [INFO] [stderr] 196 | | f64: 8, [INFO] [stderr] ... | [INFO] [stderr] 202 | | u64: 8 [INFO] [stderr] 203 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `Unaligned` for `[u8; 8]` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `u8: Unaligned` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed-0.3.0/src/lib.rs:167:21 [INFO] [stderr] | [INFO] [stderr] 27 | pub unsafe trait Aligned: Sized { [INFO] [stderr] | ------- required by a bound in this [INFO] [stderr] ... [INFO] [stderr] 30 | type Unaligned: Unaligned + Sized + Copy; [INFO] [stderr] | --------- required by this bound in `Aligned` [INFO] [stderr] ... [INFO] [stderr] 167 | unsafe impl Aligned for $t { [INFO] [stderr] | ^^^^^^^ the trait `Unaligned` is not implemented for `u8` [INFO] [stderr] ... [INFO] [stderr] 205 | / aligned_self! { [INFO] [stderr] 206 | | u8, [INFO] [stderr] 207 | | i8, [INFO] [stderr] 208 | | (), [INFO] [stderr] 209 | | bool [INFO] [stderr] 210 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `i8: Unaligned` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed-0.3.0/src/lib.rs:167:21 [INFO] [stderr] | [INFO] [stderr] 27 | pub unsafe trait Aligned: Sized { [INFO] [stderr] | ------- required by a bound in this [INFO] [stderr] ... [INFO] [stderr] 30 | type Unaligned: Unaligned + Sized + Copy; [INFO] [stderr] | --------- required by this bound in `Aligned` [INFO] [stderr] ... [INFO] [stderr] 167 | unsafe impl Aligned for $t { [INFO] [stderr] | ^^^^^^^ the trait `Unaligned` is not implemented for `i8` [INFO] [stderr] ... [INFO] [stderr] 205 | / aligned_self! { [INFO] [stderr] 206 | | u8, [INFO] [stderr] 207 | | i8, [INFO] [stderr] 208 | | (), [INFO] [stderr] 209 | | bool [INFO] [stderr] 210 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `(): Unaligned` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed-0.3.0/src/lib.rs:167:21 [INFO] [stderr] | [INFO] [stderr] 27 | pub unsafe trait Aligned: Sized { [INFO] [stderr] | ------- required by a bound in this [INFO] [stderr] ... [INFO] [stderr] 30 | type Unaligned: Unaligned + Sized + Copy; [INFO] [stderr] | --------- required by this bound in `Aligned` [INFO] [stderr] ... [INFO] [stderr] 167 | unsafe impl Aligned for $t { [INFO] [stderr] | ^^^^^^^ the trait `Unaligned` is not implemented for `()` [INFO] [stderr] ... [INFO] [stderr] 205 | / aligned_self! { [INFO] [stderr] 206 | | u8, [INFO] [stderr] 207 | | i8, [INFO] [stderr] 208 | | (), [INFO] [stderr] 209 | | bool [INFO] [stderr] 210 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `bool: Unaligned` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed-0.3.0/src/lib.rs:167:21 [INFO] [stderr] | [INFO] [stderr] 27 | pub unsafe trait Aligned: Sized { [INFO] [stderr] | ------- required by a bound in this [INFO] [stderr] ... [INFO] [stderr] 30 | type Unaligned: Unaligned + Sized + Copy; [INFO] [stderr] | --------- required by this bound in `Aligned` [INFO] [stderr] ... [INFO] [stderr] 167 | unsafe impl Aligned for $t { [INFO] [stderr] | ^^^^^^^ the trait `Unaligned` is not implemented for `bool` [INFO] [stderr] ... [INFO] [stderr] 205 | / aligned_self! { [INFO] [stderr] 206 | | u8, [INFO] [stderr] 207 | | i8, [INFO] [stderr] 208 | | (), [INFO] [stderr] 209 | | bool [INFO] [stderr] 210 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `u8: Unaligned` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed-0.3.0/src/lib.rs:180:21 [INFO] [stderr] | [INFO] [stderr] 27 | pub unsafe trait Aligned: Sized { [INFO] [stderr] | ------- required by a bound in this [INFO] [stderr] ... [INFO] [stderr] 30 | type Unaligned: Unaligned + Sized + Copy; [INFO] [stderr] | --------- required by this bound in `Aligned` [INFO] [stderr] ... [INFO] [stderr] 180 | unsafe impl Aligned for $t { [INFO] [stderr] | ^^^^^^^ the trait `Unaligned` is not implemented for `u8` [INFO] [stderr] ... [INFO] [stderr] 225 | aligned_impl! { isize: 8, usize: 8 } [INFO] [stderr] | ------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `Unaligned` for `[u8; 8]` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `u8: Unaligned` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed-0.3.0/src/lib.rs:180:21 [INFO] [stderr] | [INFO] [stderr] 27 | pub unsafe trait Aligned: Sized { [INFO] [stderr] | ------- required by a bound in this [INFO] [stderr] ... [INFO] [stderr] 30 | type Unaligned: Unaligned + Sized + Copy; [INFO] [stderr] | --------- required by this bound in `Aligned` [INFO] [stderr] ... [INFO] [stderr] 180 | unsafe impl Aligned for $t { [INFO] [stderr] | ^^^^^^^ the trait `Unaligned` is not implemented for `u8` [INFO] [stderr] ... [INFO] [stderr] 225 | aligned_impl! { isize: 8, usize: 8 } [INFO] [stderr] | ------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `Unaligned` for `[u8; 8]` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 40 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `packed`. [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: build failed [INFO] running `"docker" "inspect" "7383afa3d8508ce4282066505c2a99a17ecd356db77f0a8c37bb80f3b6512f1c"` [INFO] running `"docker" "rm" "-f" "7383afa3d8508ce4282066505c2a99a17ecd356db77f0a8c37bb80f3b6512f1c"` [INFO] [stdout] 7383afa3d8508ce4282066505c2a99a17ecd356db77f0a8c37bb80f3b6512f1c