[INFO] crate pyportus 0.4.0 is already in cache [INFO] checking pyportus-0.4.0 against try#e6563ac70cbfd3196492061900e9e9793e065e4d for pr-69410 [INFO] extracting crate pyportus 0.4.0 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate pyportus 0.4.0 on toolchain e6563ac70cbfd3196492061900e9e9793e065e4d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e6563ac70cbfd3196492061900e9e9793e065e4d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate pyportus 0.4.0 [INFO] finished tweaking crates.io crate pyportus 0.4.0 [INFO] tweaked toml for crates.io crate pyportus 0.4.0 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+e6563ac70cbfd3196492061900e9e9793e065e4d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+e6563ac70cbfd3196492061900e9e9793e065e4d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+e6563ac70cbfd3196492061900e9e9793e065e4d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a5aad678d060f3e47e07bf69a55ad30a29a56321a433b540f9334186fb82d72b [INFO] running `"docker" "start" "-a" "a5aad678d060f3e47e07bf69a55ad30a29a56321a433b540f9334186fb82d72b"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking spin v0.4.10 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Checking proc-macro2 v0.3.8 [INFO] [stderr] Checking dirs-sys v0.3.4 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Checking nix v0.9.0 [INFO] [stderr] Checking simple-signal v1.1.1 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Compiling pyo3cls v0.2.7 [INFO] [stderr] Checking dirs v2.0.2 [INFO] [stderr] Checking term v0.6.1 [INFO] [stderr] Checking quote v0.5.2 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Checking syn v0.13.11 [INFO] [stderr] Checking slog-term v2.5.0 [INFO] [stderr] Compiling pyo3 v0.2.7 [INFO] [stderr] Checking portus v0.4.2 [INFO] [stderr] Checking pyportus v0.4.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | #[py::class(gc, weakref, dict)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | #[py::class(gc, weakref, dict)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | #[py::class(gc, weakref, dict)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:89:1 [INFO] [stderr] | [INFO] [stderr] 89 | #[py::class(gc, weakref, dict)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:285:24 [INFO] [stderr] | [INFO] [stderr] 285 | Err(e) => Ok(e.description().to_string()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | #[py::class(gc, weakref, dict)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | #[py::class(gc, weakref, dict)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | #[py::class(gc, weakref, dict)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:89:1 [INFO] [stderr] | [INFO] [stderr] 89 | #[py::class(gc, weakref, dict)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:285:24 [INFO] [stderr] | [INFO] [stderr] 285 | Err(e) => Ok(e.description().to_string()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.93s [INFO] running `"docker" "inspect" "a5aad678d060f3e47e07bf69a55ad30a29a56321a433b540f9334186fb82d72b"` [INFO] running `"docker" "rm" "-f" "a5aad678d060f3e47e07bf69a55ad30a29a56321a433b540f9334186fb82d72b"` [INFO] [stdout] a5aad678d060f3e47e07bf69a55ad30a29a56321a433b540f9334186fb82d72b