[INFO] crate microcrates-bytes 0.4.8 is already in cache [INFO] testing microcrates-bytes-0.4.8 against try#03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 for pr-74409 [INFO] extracting crate microcrates-bytes 0.4.8 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate microcrates-bytes 0.4.8 on toolchain 03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate microcrates-bytes 0.4.8 [INFO] finished tweaking crates.io crate microcrates-bytes 0.4.8 [INFO] tweaked toml for crates.io crate microcrates-bytes 0.4.8 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d8b218664a22c7a44a123f9c317581e73bfce982b29291f5b9ecc602bb353c30 [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" "d8b218664a22c7a44a123f9c317581e73bfce982b29291f5b9ecc602bb353c30", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d8b218664a22c7a44a123f9c317581e73bfce982b29291f5b9ecc602bb353c30", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d8b218664a22c7a44a123f9c317581e73bfce982b29291f5b9ecc602bb353c30", kill_on_drop: false }` [INFO] [stdout] d8b218664a22c7a44a123f9c317581e73bfce982b29291f5b9ecc602bb353c30 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=forbid" "-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:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d8f68590f7a934d187812d4abdad495d3b5c2b8d9f295e88e46ada1b26443e9b [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" "d8f68590f7a934d187812d4abdad495d3b5c2b8d9f295e88e46ada1b26443e9b", kill_on_drop: false }` [INFO] [stderr] Compiling microcrates-bytes v0.4.8 (/opt/rustwide/workdir) [INFO] [stdout] error: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/debug.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | try!(write!(fmt, "b\"")); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | #![deny(warnings, missing_docs, missing_debug_implementations)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/debug.rs:21:17 [INFO] [stdout] | [INFO] [stdout] 21 | try!(write!(fmt, "\\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/debug.rs:23:17 [INFO] [stdout] | [INFO] [stdout] 23 | try!(write!(fmt, "\\r")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/debug.rs:25:17 [INFO] [stdout] | [INFO] [stdout] 25 | try!(write!(fmt, "\\t")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/debug.rs:27:17 [INFO] [stdout] | [INFO] [stdout] 27 | try!(write!(fmt, "\\{}", c as char)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/debug.rs:29:17 [INFO] [stdout] | [INFO] [stdout] 29 | try!(write!(fmt, "\\0")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/debug.rs:32:17 [INFO] [stdout] | [INFO] [stdout] 32 | try!(write!(fmt, "{}", c as char)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/debug.rs:34:17 [INFO] [stdout] | [INFO] [stdout] 34 | try!(write!(fmt, "\\x{:02x}", c)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/debug.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 37 | try!(write!(fmt, "\"")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'core::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytes.rs:1550:40 [INFO] [stdout] | [INFO] [stdout] 1550 | let mut inner: Inner = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'core::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytes.rs:1736:40 [INFO] [stdout] | [INFO] [stdout] 1736 | let mut inner: Inner = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'core::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytes.rs:2012:36 [INFO] [stdout] | [INFO] [stdout] 2012 | let mut inner: Inner = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `microcrates-bytes`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "d8f68590f7a934d187812d4abdad495d3b5c2b8d9f295e88e46ada1b26443e9b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d8f68590f7a934d187812d4abdad495d3b5c2b8d9f295e88e46ada1b26443e9b", kill_on_drop: false }` [INFO] [stdout] d8f68590f7a934d187812d4abdad495d3b5c2b8d9f295e88e46ada1b26443e9b