[INFO] fetching crate aint 0.1.0...
[INFO] checking aint-0.1.0 against master#3139ff09e9d07f7700f8d15ed25a231e29c43627 for pr-121848-3
[INFO] extracting crate aint 0.1.0 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate aint 0.1.0 on toolchain 3139ff09e9d07f7700f8d15ed25a231e29c43627
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3139ff09e9d07f7700f8d15ed25a231e29c43627" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate aint 0.1.0
[INFO] finished tweaking crates.io crate aint 0.1.0
[INFO] tweaked toml for crates.io crate aint 0.1.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3139ff09e9d07f7700f8d15ed25a231e29c43627" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 11 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3139ff09e9d07f7700f8d15ed25a231e29c43627" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+3139ff09e9d07f7700f8d15ed25a231e29c43627" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 95384352cceee40984d7e37660cfda6b48e3c706922396f2da94421c0d9a69cc
[INFO] running `Command { std: "docker" "start" "-a" "95384352cceee40984d7e37660cfda6b48e3c706922396f2da94421c0d9a69cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "95384352cceee40984d7e37660cfda6b48e3c706922396f2da94421c0d9a69cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "95384352cceee40984d7e37660cfda6b48e3c706922396f2da94421c0d9a69cc", kill_on_drop: false }`
[INFO] [stdout] 95384352cceee40984d7e37660cfda6b48e3c706922396f2da94421c0d9a69cc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+3139ff09e9d07f7700f8d15ed25a231e29c43627" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e00bf1f69c05e613960e9ec941edb98c5247fa9b3c63c89bb707d49c3299adae
[INFO] running `Command { std: "docker" "start" "-a" "e00bf1f69c05e613960e9ec941edb98c5247fa9b3c63c89bb707d49c3299adae", kill_on_drop: false }`
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]     Checking aint v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `8`
[INFO] [stdout]    --> src/prim.rs:188:11
[INFO] [stdout]     |
[INFO] [stdout] 188 |     #[cfg(target_pointer_width = "8")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/prim.rs:196:11
[INFO] [stdout]     |
[INFO] [stdout] 196 |     #[cfg(target_pointer_width = "128")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `8`
[INFO] [stdout]    --> src/prim.rs:263:11
[INFO] [stdout]     |
[INFO] [stdout] 263 |     #[cfg(target_pointer_width = "8")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/prim.rs:271:11
[INFO] [stdout]     |
[INFO] [stdout] 271 |     #[cfg(target_pointer_width = "128")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `8`
[INFO] [stdout]    --> src/prim.rs:188:11
[INFO] [stdout]     |
[INFO] [stdout] 188 |     #[cfg(target_pointer_width = "8")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/prim.rs:196:11
[INFO] [stdout]     |
[INFO] [stdout] 196 |     #[cfg(target_pointer_width = "128")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `8`
[INFO] [stdout]    --> src/prim.rs:263:11
[INFO] [stdout]     |
[INFO] [stdout] 263 |     #[cfg(target_pointer_width = "8")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/prim.rs:271:11
[INFO] [stdout]     |
[INFO] [stdout] 271 |     #[cfg(target_pointer_width = "128")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `WidthNe` is never used
[INFO] [stdout]    --> src/width.rs:203:11
[INFO] [stdout]     |
[INFO] [stdout] 203 | pub trait WidthNe<Rhs: Width>: Width {}
[INFO] [stdout]     |           ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `WidthLt` is never used
[INFO] [stdout]    --> src/width.rs:204:11
[INFO] [stdout]     |
[INFO] [stdout] 204 | pub trait WidthLt<Rhs: Width>: Width {}
[INFO] [stdout]     |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `WidthGt` is never used
[INFO] [stdout]    --> src/width.rs:205:11
[INFO] [stdout]     |
[INFO] [stdout] 205 | pub trait WidthGt<Rhs: Width>: Width {}
[INFO] [stdout]     |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `WidthLe` is never used
[INFO] [stdout]    --> src/width.rs:206:11
[INFO] [stdout]     |
[INFO] [stdout] 206 | pub trait WidthLe<Rhs: Width>: Width {}
[INFO] [stdout]     |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `WidthGe` is never used
[INFO] [stdout]    --> src/width.rs:207:11
[INFO] [stdout]     |
[INFO] [stdout] 207 | pub trait WidthGe<Rhs: Width>: Width {}
[INFO] [stdout]     |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 9 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `WidthNe` is never used
[INFO] [stdout]    --> src/width.rs:203:11
[INFO] [stdout]     |
[INFO] [stdout] 203 | pub trait WidthNe<Rhs: Width>: Width {}
[INFO] [stdout]     |           ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `WidthLt` is never used
[INFO] [stdout]    --> src/width.rs:204:11
[INFO] [stdout]     |
[INFO] [stdout] 204 | pub trait WidthLt<Rhs: Width>: Width {}
[INFO] [stdout]     |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `WidthGt` is never used
[INFO] [stdout]    --> src/width.rs:205:11
[INFO] [stdout]     |
[INFO] [stdout] 205 | pub trait WidthGt<Rhs: Width>: Width {}
[INFO] [stdout]     |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `WidthLe` is never used
[INFO] [stdout]    --> src/width.rs:206:11
[INFO] [stdout]     |
[INFO] [stdout] 206 | pub trait WidthLe<Rhs: Width>: Width {}
[INFO] [stdout]     |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `WidthGe` is never used
[INFO] [stdout]    --> src/width.rs:207:11
[INFO] [stdout]     |
[INFO] [stdout] 207 | pub trait WidthGe<Rhs: Width>: Width {}
[INFO] [stdout]     |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 9 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s
[INFO] running `Command { std: "docker" "inspect" "e00bf1f69c05e613960e9ec941edb98c5247fa9b3c63c89bb707d49c3299adae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e00bf1f69c05e613960e9ec941edb98c5247fa9b3c63c89bb707d49c3299adae", kill_on_drop: false }`
[INFO] [stdout] e00bf1f69c05e613960e9ec941edb98c5247fa9b3c63c89bb707d49c3299adae
