[INFO] fetching crate identity 0.0.6... [INFO] testing identity-0.0.6 against 1.60.0 for beta-1.61-1 [INFO] extracting crate identity 0.0.6 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate identity 0.0.6 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate identity 0.0.6 [INFO] finished tweaking crates.io crate identity 0.0.6 [INFO] tweaked toml for crates.io crate identity 0.0.6 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d060a94a38913a39ee764e5c4d4de40406a6700320cabc5c59e6b6f2b51b1be5 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d060a94a38913a39ee764e5c4d4de40406a6700320cabc5c59e6b6f2b51b1be5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d060a94a38913a39ee764e5c4d4de40406a6700320cabc5c59e6b6f2b51b1be5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d060a94a38913a39ee764e5c4d4de40406a6700320cabc5c59e6b6f2b51b1be5", kill_on_drop: false }` [INFO] [stdout] d060a94a38913a39ee764e5c4d4de40406a6700320cabc5c59e6b6f2b51b1be5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 20534236f57aed491f03732ede71bc6d691cb5f4598351d70feb0f879c45ab26 [INFO] running `Command { std: "docker" "start" "-a" "20534236f57aed491f03732ede71bc6d691cb5f4598351d70feb0f879c45ab26", kill_on_drop: false }` [INFO] [stderr] Compiling identity v0.0.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/lift.rs:391:20 [INFO] [stdout] | [INFO] [stdout] 391 | pub type TyPair = Cons>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(type_alias_bounds)]` on by default [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 391 - pub type TyPair = Cons>; [INFO] [stdout] 391 + pub type TyPair = Cons>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/lift.rs:391:31 [INFO] [stdout] | [INFO] [stdout] 391 | pub type TyPair = Cons>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 391 - pub type TyPair = Cons>; [INFO] [stdout] 391 + pub type TyPair = Cons>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/lift.rs:393:22 [INFO] [stdout] | [INFO] [stdout] 393 | pub type TyTriple = Cons>>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 393 - pub type TyTriple = Cons>>; [INFO] [stdout] 393 + pub type TyTriple = Cons>>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/lift.rs:393:33 [INFO] [stdout] | [INFO] [stdout] 393 | pub type TyTriple = Cons>>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 393 - pub type TyTriple = Cons>>; [INFO] [stdout] 393 + pub type TyTriple = Cons>>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/lift.rs:393:44 [INFO] [stdout] | [INFO] [stdout] 393 | pub type TyTriple = Cons>>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 393 - pub type TyTriple = Cons>>; [INFO] [stdout] 393 + pub type TyTriple = Cons>>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.38s [INFO] running `Command { std: "docker" "inspect" "20534236f57aed491f03732ede71bc6d691cb5f4598351d70feb0f879c45ab26", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "20534236f57aed491f03732ede71bc6d691cb5f4598351d70feb0f879c45ab26", kill_on_drop: false }` [INFO] [stdout] 20534236f57aed491f03732ede71bc6d691cb5f4598351d70feb0f879c45ab26 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9f1d5bf7cbe0129d6bf2a19986639809e94cdf5e641d580378640e5cf6451e1f [INFO] running `Command { std: "docker" "start" "-a" "9f1d5bf7cbe0129d6bf2a19986639809e94cdf5e641d580378640e5cf6451e1f", kill_on_drop: false }` [INFO] [stderr] Compiling identity v0.0.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/lift.rs:391:20 [INFO] [stdout] | [INFO] [stdout] 391 | pub type TyPair = Cons>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(type_alias_bounds)]` on by default [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 391 - pub type TyPair = Cons>; [INFO] [stdout] 391 + pub type TyPair = Cons>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/lift.rs:391:31 [INFO] [stdout] | [INFO] [stdout] 391 | pub type TyPair = Cons>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 391 - pub type TyPair = Cons>; [INFO] [stdout] 391 + pub type TyPair = Cons>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/lift.rs:393:22 [INFO] [stdout] | [INFO] [stdout] 393 | pub type TyTriple = Cons>>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 393 - pub type TyTriple = Cons>>; [INFO] [stdout] 393 + pub type TyTriple = Cons>>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/lift.rs:393:33 [INFO] [stdout] | [INFO] [stdout] 393 | pub type TyTriple = Cons>>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 393 - pub type TyTriple = Cons>>; [INFO] [stdout] 393 + pub type TyTriple = Cons>>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/lift.rs:393:44 [INFO] [stdout] | [INFO] [stdout] 393 | pub type TyTriple = Cons>>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 393 - pub type TyTriple = Cons>>; [INFO] [stdout] 393 + pub type TyTriple = Cons>>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/lift.rs:391:20 [INFO] [stdout] | [INFO] [stdout] 391 | pub type TyPair = Cons>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(type_alias_bounds)]` on by default [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 391 - pub type TyPair = Cons>; [INFO] [stdout] 391 + pub type TyPair = Cons>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/lift.rs:391:31 [INFO] [stdout] | [INFO] [stdout] 391 | pub type TyPair = Cons>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 391 - pub type TyPair = Cons>; [INFO] [stdout] 391 + pub type TyPair = Cons>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/lift.rs:393:22 [INFO] [stdout] | [INFO] [stdout] 393 | pub type TyTriple = Cons>>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 393 - pub type TyTriple = Cons>>; [INFO] [stdout] 393 + pub type TyTriple = Cons>>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/lift.rs:393:33 [INFO] [stdout] | [INFO] [stdout] 393 | pub type TyTriple = Cons>>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 393 - pub type TyTriple = Cons>>; [INFO] [stdout] 393 + pub type TyTriple = Cons>>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/lift.rs:393:44 [INFO] [stdout] | [INFO] [stdout] 393 | pub type TyTriple = Cons>>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 393 - pub type TyTriple = Cons>>; [INFO] [stdout] 393 + pub type TyTriple = Cons>>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.95s [INFO] running `Command { std: "docker" "inspect" "9f1d5bf7cbe0129d6bf2a19986639809e94cdf5e641d580378640e5cf6451e1f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9f1d5bf7cbe0129d6bf2a19986639809e94cdf5e641d580378640e5cf6451e1f", kill_on_drop: false }` [INFO] [stdout] 9f1d5bf7cbe0129d6bf2a19986639809e94cdf5e641d580378640e5cf6451e1f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8789ae6817ce04bc4f160d1f1c98a7bbb3dccf44da8b034ccf8f25be24e55515 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8789ae6817ce04bc4f160d1f1c98a7bbb3dccf44da8b034ccf8f25be24e55515", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] running 2 tests [INFO] [stderr] --> src/lift.rs:391:20 [INFO] [stderr] | [INFO] [stderr] 391 | pub type TyPair = Cons>; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(type_alias_bounds)]` on by default [INFO] [stderr] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] | [INFO] [stderr] 391 - pub type TyPair = Cons>; [INFO] [stderr] 391 + pub type TyPair = Cons>; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> src/lift.rs:391:31 [INFO] [stderr] | [INFO] [stderr] 391 | pub type TyPair = Cons>; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] | [INFO] [stderr] 391 - pub type TyPair = Cons>; [INFO] [stderr] 391 + pub type TyPair = Cons>; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> src/lift.rs:393:22 [INFO] [stderr] | [INFO] [stderr] 393 | pub type TyTriple = Cons>>; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] | [INFO] [stderr] 393 - pub type TyTriple = Cons>>; [INFO] [stderr] 393 + pub type TyTriple = Cons>>; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> src/lift.rs:393:33 [INFO] [stderr] | [INFO] [stderr] 393 | pub type TyTriple = Cons>>; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] | [INFO] [stderr] 393 - pub type TyTriple = Cons>>; [INFO] [stderr] 393 + pub type TyTriple = Cons>>; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> src/lift.rs:393:44 [INFO] [stderr] | [INFO] [stderr] 393 | pub type TyTriple = Cons>>; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] | [INFO] [stderr] 393 - pub type TyTriple = Cons>>; [INFO] [stderr] 393 + pub type TyTriple = Cons>>; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `identity` (lib) generated 5 warnings [INFO] [stderr] warning: `identity` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/identity-5fe1ebcd8dcbac19) [INFO] [stdout] test lift::test::flip_test ... ok [INFO] [stderr] Doc-tests identity [INFO] [stdout] test test::inv_conv_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8789ae6817ce04bc4f160d1f1c98a7bbb3dccf44da8b034ccf8f25be24e55515", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8789ae6817ce04bc4f160d1f1c98a7bbb3dccf44da8b034ccf8f25be24e55515", kill_on_drop: false }` [INFO] [stdout] 8789ae6817ce04bc4f160d1f1c98a7bbb3dccf44da8b034ccf8f25be24e55515