[INFO] fetching crate daemonize 0.4.1... [INFO] checking daemonize-0.4.1 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate daemonize 0.4.1 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate daemonize 0.4.1 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate daemonize 0.4.1 [INFO] finished tweaking crates.io crate daemonize 0.4.1 [INFO] tweaked toml for crates.io crate daemonize 0.4.1 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "/opt/rustwide/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 1577bd79e34595d631b892e6fdbfa6f57ae95e656b0fcfdea49b43e3603c1ba8 [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" "1577bd79e34595d631b892e6fdbfa6f57ae95e656b0fcfdea49b43e3603c1ba8"` [INFO] [stderr] Checking boxfnonce v0.1.1 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking daemonize v0.4.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:381:37 [INFO] [stderr] | [INFO] [stderr] 381 | Some(x) => Some(try!($f(x))), [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 387 | let pid_file_fd = maptry!(self.pid_file.clone(), create_pid_file); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:381:37 [INFO] [stderr] | [INFO] [stderr] 381 | Some(x) => Some(try!($f(x))), [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 399 | let uid = maptry!(self.user, get_user); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:381:37 [INFO] [stderr] | [INFO] [stderr] 381 | Some(x) => Some(try!($f(x))), [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 400 | let gid = maptry!(self.group, get_group); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:381:37 [INFO] [stderr] | [INFO] [stderr] 381 | Some(x) => Some(try!($f(x))), [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 411 | maptry!(args, |(pid, uid, gid)| chown_pid_file(pid, uid, gid)); [INFO] [stderr] | --------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:381:37 [INFO] [stderr] | [INFO] [stderr] 381 | Some(x) => Some(try!($f(x))), [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 416 | maptry!(self.root, change_root); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:381:37 [INFO] [stderr] | [INFO] [stderr] 381 | Some(x) => Some(try!($f(x))), [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 418 | maptry!(gid, set_group); [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:381:37 [INFO] [stderr] | [INFO] [stderr] 381 | Some(x) => Some(try!($f(x))), [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 419 | maptry!(uid, set_user); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:381:37 [INFO] [stderr] | [INFO] [stderr] 381 | Some(x) => Some(try!($f(x))), [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 421 | maptry!(pid_file_fd, write_pid_file); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 8 warnings emitted [INFO] [stderr] [INFO] [stderr] Checking tempdir v0.3.7 [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:381:37 [INFO] [stderr] | [INFO] [stderr] 381 | Some(x) => Some(try!($f(x))), [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 387 | let pid_file_fd = maptry!(self.pid_file.clone(), create_pid_file); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:381:37 [INFO] [stderr] | [INFO] [stderr] 381 | Some(x) => Some(try!($f(x))), [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 399 | let uid = maptry!(self.user, get_user); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:381:37 [INFO] [stderr] | [INFO] [stderr] 381 | Some(x) => Some(try!($f(x))), [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 400 | let gid = maptry!(self.group, get_group); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:381:37 [INFO] [stderr] | [INFO] [stderr] 381 | Some(x) => Some(try!($f(x))), [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 411 | maptry!(args, |(pid, uid, gid)| chown_pid_file(pid, uid, gid)); [INFO] [stderr] | --------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:381:37 [INFO] [stderr] | [INFO] [stderr] 381 | Some(x) => Some(try!($f(x))), [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 416 | maptry!(self.root, change_root); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:381:37 [INFO] [stderr] | [INFO] [stderr] 381 | Some(x) => Some(try!($f(x))), [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 418 | maptry!(gid, set_group); [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:381:37 [INFO] [stderr] | [INFO] [stderr] 381 | Some(x) => Some(try!($f(x))), [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 419 | maptry!(uid, set_user); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:381:37 [INFO] [stderr] | [INFO] [stderr] 381 | Some(x) => Some(try!($f(x))), [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 421 | maptry!(pid_file_fd, write_pid_file); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 8 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.66s [INFO] running `"docker" "inspect" "1577bd79e34595d631b892e6fdbfa6f57ae95e656b0fcfdea49b43e3603c1ba8"` [INFO] running `"docker" "rm" "-f" "1577bd79e34595d631b892e6fdbfa6f57ae95e656b0fcfdea49b43e3603c1ba8"` [INFO] [stdout] 1577bd79e34595d631b892e6fdbfa6f57ae95e656b0fcfdea49b43e3603c1ba8