[INFO] fetching crate unsafe-unicorn 0.0.1... [INFO] testing unsafe-unicorn-0.0.1 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate unsafe-unicorn 0.0.1 into /workspace/builds/worker-29/source [INFO] validating manifest of crates.io crate unsafe-unicorn 0.0.1 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate unsafe-unicorn 0.0.1 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate unsafe-unicorn 0.0.1 [INFO] tweaked toml for crates.io crate unsafe-unicorn 0.0.1 written to /workspace/builds/worker-29/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8509fbc3e986b7251d4ac7768e6dca5cf8f44b3a8e45ae9248ec945d34ef5d32 [INFO] running `Command { std: "docker" "start" "-a" "8509fbc3e986b7251d4ac7768e6dca5cf8f44b3a8e45ae9248ec945d34ef5d32", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8509fbc3e986b7251d4ac7768e6dca5cf8f44b3a8e45ae9248ec945d34ef5d32", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8509fbc3e986b7251d4ac7768e6dca5cf8f44b3a8e45ae9248ec945d34ef5d32", kill_on_drop: false }` [INFO] [stdout] 8509fbc3e986b7251d4ac7768e6dca5cf8f44b3a8e45ae9248ec945d34ef5d32 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ed73c2c607ef713215265ea3d837343d3d18804dc7553741ce6e050ec1afa0ad [INFO] running `Command { std: "docker" "start" "-a" "ed73c2c607ef713215265ea3d837343d3d18804dc7553741ce6e050ec1afa0ad", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.123 [INFO] [stderr] Compiling ucd-util v0.1.8 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling encode_unicode v0.3.6 [INFO] [stderr] Compiling term v0.4.6 [INFO] [stderr] Compiling utf8-ranges v1.0.5 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling regex-syntax v0.5.6 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling csv v0.15.0 [INFO] [stderr] Compiling prettytable-rs v0.6.7 [INFO] [stderr] Compiling unsafe-unicorn v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | /// exclude tests etc from analysis [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / lazy_static!{ [INFO] [stdout] 18 | | static ref REGEXES: RegexSet = RegexSet::new(&[ [INFO] [stdout] 19 | | r"```", // block comment [INFO] [stdout] 20 | | r"^//|^\s/\*|^\s\*|^\s\*/", //comment [INFO] [stdout] ... | [INFO] [stdout] 26 | | ]).unwrap(); [INFO] [stdout] 27 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | / lazy_static!{ [INFO] [stdout] 31 | | static ref EXCLUDE: Vec<&'static str> = vec!( [INFO] [stdout] 32 | | ".git", [INFO] [stdout] 33 | | "tests", [INFO] [stdout] ... | [INFO] [stdout] 36 | | ); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.62s [INFO] running `Command { std: "docker" "inspect" "ed73c2c607ef713215265ea3d837343d3d18804dc7553741ce6e050ec1afa0ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed73c2c607ef713215265ea3d837343d3d18804dc7553741ce6e050ec1afa0ad", kill_on_drop: false }` [INFO] [stdout] ed73c2c607ef713215265ea3d837343d3d18804dc7553741ce6e050ec1afa0ad [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3478c4bf7229a4e93fb28712957e5decf736c2da33dd833eec845b6c69d2b2e4 [INFO] running `Command { std: "docker" "start" "-a" "3478c4bf7229a4e93fb28712957e5decf736c2da33dd833eec845b6c69d2b2e4", kill_on_drop: false }` [INFO] [stderr] Compiling bitflags v0.9.1 [INFO] [stderr] Compiling cmake v0.1.48 [INFO] [stderr] Compiling libz-sys v1.1.5 [INFO] [stderr] Compiling curl-sys v0.4.53+curl-7.82.0 [INFO] [stderr] Compiling libssh2-sys v0.2.23 [INFO] [stderr] Compiling openssl-sys v0.9.72 [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | /// exclude tests etc from analysis [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / lazy_static!{ [INFO] [stdout] 18 | | static ref REGEXES: RegexSet = RegexSet::new(&[ [INFO] [stdout] 19 | | r"```", // block comment [INFO] [stdout] 20 | | r"^//|^\s/\*|^\s\*|^\s\*/", //comment [INFO] [stdout] ... | [INFO] [stdout] 26 | | ]).unwrap(); [INFO] [stdout] 27 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | / lazy_static!{ [INFO] [stdout] 31 | | static ref EXCLUDE: Vec<&'static str> = vec!( [INFO] [stdout] 32 | | ".git", [INFO] [stdout] 33 | | "tests", [INFO] [stdout] ... | [INFO] [stdout] 36 | | ); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling libgit2-sys v0.6.19 [INFO] [stderr] Compiling git2 v0.6.11 [INFO] [stderr] Compiling unsafe-unicorn v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | /// exclude tests etc from analysis [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / lazy_static!{ [INFO] [stdout] 18 | | static ref REGEXES: RegexSet = RegexSet::new(&[ [INFO] [stdout] 19 | | r"```", // block comment [INFO] [stdout] 20 | | r"^//|^\s/\*|^\s\*|^\s\*/", //comment [INFO] [stdout] ... | [INFO] [stdout] 26 | | ]).unwrap(); [INFO] [stdout] 27 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | / lazy_static!{ [INFO] [stdout] 31 | | static ref EXCLUDE: Vec<&'static str> = vec!( [INFO] [stdout] 32 | | ".git", [INFO] [stdout] 33 | | "tests", [INFO] [stdout] ... | [INFO] [stdout] 36 | | ); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 20.84s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/unsafe_unicorn-44f3c34322912026) [INFO] running `Command { std: "docker" "inspect" "3478c4bf7229a4e93fb28712957e5decf736c2da33dd833eec845b6c69d2b2e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3478c4bf7229a4e93fb28712957e5decf736c2da33dd833eec845b6c69d2b2e4", kill_on_drop: false }` [INFO] [stdout] 3478c4bf7229a4e93fb28712957e5decf736c2da33dd833eec845b6c69d2b2e4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 60af3397d11701c37038012a047e3221ca3fe4446f0e78b4852f70ffeac32375 [INFO] running `Command { std: "docker" "start" "-a" "60af3397d11701c37038012a047e3221ca3fe4446f0e78b4852f70ffeac32375", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | /// exclude tests etc from analysis [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / lazy_static!{ [INFO] [stderr] 18 | | static ref REGEXES: RegexSet = RegexSet::new(&[ [INFO] [stderr] 19 | | r"```", // block comment [INFO] [stderr] 20 | | r"^//|^\s/\*|^\s\*|^\s\*/", //comment [INFO] [stderr] ... | [INFO] [stderr] 26 | | ]).unwrap(); [INFO] [stderr] 27 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | / lazy_static!{ [INFO] [stderr] 31 | | static ref EXCLUDE: Vec<&'static str> = vec!( [INFO] [stderr] 32 | | ".git", [INFO] [stderr] 33 | | "tests", [INFO] [stderr] ... | [INFO] [stderr] 36 | | ); [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `unsafe-unicorn` (lib) generated 3 warnings [INFO] [stderr] warning: `unsafe-unicorn` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/unsafe_unicorn-44f3c34322912026) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::it_works ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests unsafe-unicorn [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "60af3397d11701c37038012a047e3221ca3fe4446f0e78b4852f70ffeac32375", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "60af3397d11701c37038012a047e3221ca3fe4446f0e78b4852f70ffeac32375", kill_on_drop: false }` [INFO] [stdout] 60af3397d11701c37038012a047e3221ca3fe4446f0e78b4852f70ffeac32375