[INFO] crate identity 0.0.6 is already in cache [INFO] testing identity-0.0.6 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate identity 0.0.6 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate identity 0.0.6 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [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-11/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stdout] ab55990be0d1dfd834c7fce3301ff5eb3b22294cb1a97a13a14bd12a1a2c1e4a [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" "ab55990be0d1dfd834c7fce3301ff5eb3b22294cb1a97a13a14bd12a1a2c1e4a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling identity v0.0.6 (/opt/rustwide/workdir) [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [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] | -- [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] | -- [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] | -- [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] | -- [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] | -- [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.27s [INFO] running `"docker" "inspect" "ab55990be0d1dfd834c7fce3301ff5eb3b22294cb1a97a13a14bd12a1a2c1e4a"` [INFO] running `"docker" "rm" "-f" "ab55990be0d1dfd834c7fce3301ff5eb3b22294cb1a97a13a14bd12a1a2c1e4a"` [INFO] [stdout] ab55990be0d1dfd834c7fce3301ff5eb3b22294cb1a97a13a14bd12a1a2c1e4a [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=warn" "-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" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stdout] 094c2c5d28333aa9eb7f7847039c9c111afc1e141d4db8dd13d36c4b9fe04d40 [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" "094c2c5d28333aa9eb7f7847039c9c111afc1e141d4db8dd13d36c4b9fe04d40"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling identity v0.0.6 (/opt/rustwide/workdir) [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [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] | -- [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] | -- [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] | -- [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] | -- [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] | -- [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [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] | -- [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] | -- [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] | -- [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] | -- [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] | -- [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.54s [INFO] running `"docker" "inspect" "094c2c5d28333aa9eb7f7847039c9c111afc1e141d4db8dd13d36c4b9fe04d40"` [INFO] running `"docker" "rm" "-f" "094c2c5d28333aa9eb7f7847039c9c111afc1e141d4db8dd13d36c4b9fe04d40"` [INFO] [stdout] 094c2c5d28333aa9eb7f7847039c9c111afc1e141d4db8dd13d36c4b9fe04d40 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=warn" "-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" "+beta-2020-06-03" "test" "--frozen"` [INFO] [stdout] c0d9382fa53e04185cbb2ff2f56421ffac26915c1d6f52a076ad7a8c7967dba9 [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" "c0d9382fa53e04185cbb2ff2f56421ffac26915c1d6f52a076ad7a8c7967dba9"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [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] | -- [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] | -- [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] | -- [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] | -- [INFO] [stderr] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [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] | -- [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] | -- [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [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] | -- [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] | -- [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] | -- [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] | -- [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/identity-ac99ebeb02860dc2 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test lift::test::flip_test ... ok [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 [INFO] [stdout] [INFO] [stderr] Doc-tests identity [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "c0d9382fa53e04185cbb2ff2f56421ffac26915c1d6f52a076ad7a8c7967dba9"` [INFO] running `"docker" "rm" "-f" "c0d9382fa53e04185cbb2ff2f56421ffac26915c1d6f52a076ad7a8c7967dba9"` [INFO] [stdout] c0d9382fa53e04185cbb2ff2f56421ffac26915c1d6f52a076ad7a8c7967dba9