[INFO] fetching crate daemonize 0.4.1... [INFO] checking daemonize-0.4.1 against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] extracting crate daemonize 0.4.1 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate daemonize 0.4.1 on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "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-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+45d050cde277b22a755847338f2acc2c7b834141" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] c708095802f91bf80523cdadc3742e628b4a182ee6dc4a414c9f125abe1986f4 [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" "c708095802f91bf80523cdadc3742e628b4a182ee6dc4a414c9f125abe1986f4"` [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.84s [INFO] running `"docker" "inspect" "c708095802f91bf80523cdadc3742e628b4a182ee6dc4a414c9f125abe1986f4"` [INFO] running `"docker" "rm" "-f" "c708095802f91bf80523cdadc3742e628b4a182ee6dc4a414c9f125abe1986f4"` [INFO] [stdout] c708095802f91bf80523cdadc3742e628b4a182ee6dc4a414c9f125abe1986f4