[INFO] fetching crate writeup 1.0.2... [INFO] checking writeup-1.0.2 against master#9fa580b1175018b0a276b0bc68f9827a106f7260 for pr-82565 [INFO] extracting crate writeup 1.0.2 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate writeup 1.0.2 on toolchain 9fa580b1175018b0a276b0bc68f9827a106f7260 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate writeup 1.0.2 [INFO] finished tweaking crates.io crate writeup 1.0.2 [INFO] tweaked toml for crates.io crate writeup 1.0.2 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate crates.io crate writeup 1.0.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "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" "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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--no-deps" "--format-version=1", 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] 721e4532af3e2917d8f6d9003129290a04af6dd83d25cb9052a917e4feb304a1 [INFO] running `Command { std: "docker" "start" "-a" "721e4532af3e2917d8f6d9003129290a04af6dd83d25cb9052a917e4feb304a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "721e4532af3e2917d8f6d9003129290a04af6dd83d25cb9052a917e4feb304a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "721e4532af3e2917d8f6d9003129290a04af6dd83d25cb9052a917e4feb304a1", kill_on_drop: false }` [INFO] [stdout] 721e4532af3e2917d8f6d9003129290a04af6dd83d25cb9052a917e4feb304a1 [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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8838e227ef994207b7d999e943e2a4453ae4657ed57205983b3fc8a01c3ccc82 [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" "8838e227ef994207b7d999e943e2a4453ae4657ed57205983b3fc8a01c3ccc82", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling libc v0.2.65 [INFO] [stderr] Compiling serde v1.0.102 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Checking unicode-width v0.1.6 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking vec_map v0.8.1 [INFO] [stderr] Checking itoa v0.4.4 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Checking runtime-fmt v0.4.1 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stdout] error[E0433]: failed to resolve: could not find `Position` in `v1` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/runtime-fmt-0.4.1/src/lib.rs:521:39 [INFO] [stdout] | [INFO] [stdout] 521 | position: v1::Position::At(i), [INFO] [stdout] | ^^^^^^^^ not found in `v1` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 37 | use fmt_macros::Position; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Position` in `v1` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/runtime-fmt-0.4.1/src/lib.rs:543:39 [INFO] [stdout] | [INFO] [stdout] 543 | position: v1::Position::At(argument_pos), [INFO] [stdout] | ^^^^^^^^ not found in `v1` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 37 | use fmt_macros::Position; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0495]: cannot infer an appropriate lifetime for autoref due to conflicting requirements [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/runtime-fmt-0.4.1/src/lib.rs:194:33 [INFO] [stdout] | [INFO] [stdout] 194 | let pieces = self.inner.pieces(); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: first, the lifetime cannot outlive the lifetime `'s` as defined on the impl at 174:6... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/runtime-fmt-0.4.1/src/lib.rs:174:6 [INFO] [stdout] | [INFO] [stdout] 174 | impl<'s, T: FormatArgs> PreparedFormat<'s, T> { [INFO] [stdout] | ^^ [INFO] [stdout] note: ...so that the type `Parsed<'s, DelayedParse>` is not borrowed for too long [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/runtime-fmt-0.4.1/src/lib.rs:194:22 [INFO] [stdout] | [INFO] [stdout] 194 | let pieces = self.inner.pieces(); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] = note: but, the lifetime must be valid for the static lifetime... [INFO] [stdout] note: ...so that the expression is assignable [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/runtime-fmt-0.4.1/src/lib.rs:200:58 [INFO] [stdout] | [INFO] [stdout] 200 | Some(ref fmt) => Arguments::new_v1_formatted(&pieces, &args, fmt), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: expected `&[&'static str]` [INFO] [stdout] found `&[&str]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0495]: cannot infer an appropriate lifetime for autoref due to conflicting requirements [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/runtime-fmt-0.4.1/src/lib.rs:265:33 [INFO] [stdout] | [INFO] [stdout] 265 | let pieces = self.inner.pieces(); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: first, the lifetime cannot outlive the lifetime `'s` as defined on the impl at 245:6... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/runtime-fmt-0.4.1/src/lib.rs:245:6 [INFO] [stdout] | [INFO] [stdout] 245 | impl<'s> FormatBuf<'s> { [INFO] [stdout] | ^^ [INFO] [stdout] note: ...so that the type `Parsed<'s, ImmediateParse<'s>>` is not borrowed for too long [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/runtime-fmt-0.4.1/src/lib.rs:265:22 [INFO] [stdout] | [INFO] [stdout] 265 | let pieces = self.inner.pieces(); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] = note: but, the lifetime must be valid for the static lifetime... [INFO] [stdout] note: ...so that the expression is assignable [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/runtime-fmt-0.4.1/src/lib.rs:267:58 [INFO] [stdout] | [INFO] [stdout] 267 | Some(ref fmt) => Arguments::new_v1_formatted(&pieces, &self.inner.args, fmt), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: expected `&[&'static str]` [INFO] [stdout] found `&[&str]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0495. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `runtime-fmt` [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" "8838e227ef994207b7d999e943e2a4453ae4657ed57205983b3fc8a01c3ccc82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8838e227ef994207b7d999e943e2a4453ae4657ed57205983b3fc8a01c3ccc82", kill_on_drop: false }` [INFO] [stdout] 8838e227ef994207b7d999e943e2a4453ae4657ed57205983b3fc8a01c3ccc82