[INFO] crate colerr 1.0.0 is already in cache [INFO] testing colerr-1.0.0 against 1.45.2 for beta-1.46-1 [INFO] extracting crate colerr 1.0.0 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate colerr 1.0.0 on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-12/source/.cargo/config [INFO] started tweaking crates.io crate colerr 1.0.0 [INFO] finished tweaking crates.io crate colerr 1.0.0 [INFO] tweaked toml for crates.io crate colerr 1.0.0 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 961a6533d8ce673e726332af05ca035cd2505320b5102c1c9eef6afcc411fbed [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" "961a6533d8ce673e726332af05ca035cd2505320b5102c1c9eef6afcc411fbed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "961a6533d8ce673e726332af05ca035cd2505320b5102c1c9eef6afcc411fbed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "961a6533d8ce673e726332af05ca035cd2505320b5102c1c9eef6afcc411fbed", kill_on_drop: false }` [INFO] [stdout] 961a6533d8ce673e726332af05ca035cd2505320b5102c1c9eef6afcc411fbed [INFO] running `Command { std: "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=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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "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] 0997bb5d7a2db41e8ab9f718afb3d8241008304134ae85d47f8a73e23c72a831 [INFO] running `Command { std: "docker" "start" "-a" "0997bb5d7a2db41e8ab9f718afb3d8241008304134ae85d47f8a73e23c72a831", kill_on_drop: false }` [INFO] [stderr] Compiling bitflags v0.4.0 [INFO] [stderr] Compiling slab v0.1.3 [INFO] [stderr] Compiling bytes v0.3.0 [INFO] [stderr] Compiling spin v0.4.10 [INFO] [stderr] Compiling strsim v0.5.2 [INFO] [stderr] Compiling owning_ref v0.1.4 [INFO] [stderr] Compiling thread-scoped v1.0.2 [INFO] [stderr] Compiling slab v0.2.0 [INFO] [stderr] Compiling ws2_32-sys v0.2.1 [INFO] [stderr] Compiling nix v0.6.0 [INFO] [stderr] Compiling net2 v0.2.34 [INFO] [stderr] Compiling num_cpus v0.2.13 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling nix v0.5.1 [INFO] [stdout] error[E0207]: the lifetime parameter `'a` is not constrained by the impl trait, self type, or predicates [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/owning_ref-0.1.4/src/lib.rs:445:13 [INFO] [stdout] | [INFO] [stdout] 445 | unsafe impl<'a, T: 'a> IntoErased for Box { [INFO] [stdout] | ^^ unconstrained lifetime parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0207]: the lifetime parameter `'a` is not constrained by the impl trait, self type, or predicates [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/owning_ref-0.1.4/src/lib.rs:449:13 [INFO] [stdout] | [INFO] [stdout] 449 | unsafe impl<'a, T: 'a> IntoErased for Rc { [INFO] [stdout] | ^^ unconstrained lifetime parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0207]: the lifetime parameter `'a` is not constrained by the impl trait, self type, or predicates [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/owning_ref-0.1.4/src/lib.rs:453:13 [INFO] [stdout] | [INFO] [stdout] 453 | unsafe impl<'a, T: 'a> IntoErased for Arc { [INFO] [stdout] | ^^ unconstrained lifetime parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0207`. [INFO] [stdout] [INFO] [stderr] error: could not compile `owning_ref`. [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 `Command { std: "docker" "inspect" "0997bb5d7a2db41e8ab9f718afb3d8241008304134ae85d47f8a73e23c72a831", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0997bb5d7a2db41e8ab9f718afb3d8241008304134ae85d47f8a73e23c72a831", kill_on_drop: false }` [INFO] [stdout] 0997bb5d7a2db41e8ab9f718afb3d8241008304134ae85d47f8a73e23c72a831