[INFO] fetching crate sigil 0.2.0... [INFO] testing sigil-0.2.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate sigil 0.2.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate sigil 0.2.0 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 sigil 0.2.0 [INFO] finished tweaking crates.io crate sigil 0.2.0 [INFO] tweaked toml for crates.io crate sigil 0.2.0 written to /workspace/builds/worker-10/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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] 79b585bdac99cde5b18028584877591824588be082f9f7ce1ec2ad14e7fc0344 [INFO] running `Command { std: "docker" "start" "-a" "79b585bdac99cde5b18028584877591824588be082f9f7ce1ec2ad14e7fc0344", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "79b585bdac99cde5b18028584877591824588be082f9f7ce1ec2ad14e7fc0344", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "79b585bdac99cde5b18028584877591824588be082f9f7ce1ec2ad14e7fc0344", kill_on_drop: false }` [INFO] [stdout] 79b585bdac99cde5b18028584877591824588be082f9f7ce1ec2ad14e7fc0344 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] 0ee9e982611ff487439ff835c3e9d73a846abc2e36b92bb80171a905e118e505 [INFO] running `Command { std: "docker" "start" "-a" "0ee9e982611ff487439ff835c3e9d73a846abc2e36b92bb80171a905e118e505", kill_on_drop: false }` [INFO] [stderr] Compiling byteorder v0.5.3 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling csv v0.14.7 [INFO] [stderr] Compiling sigil v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | / lazy_static! { [INFO] [stdout] 17 | | static ref UNICODE_DATA: Vec = { [INFO] [stdout] 18 | | let mut rdr = csv::Reader::from_string( [INFO] [stdout] 19 | | String::from_utf8(include_bytes!("../assets/unicode.csv").to_vec()).unwrap() [INFO] [stdout] ... | [INFO] [stdout] 33 | | }; [INFO] [stdout] 34 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (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:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | / lazy_static! { [INFO] [stdout] 17 | | static ref UNICODE_DATA: Vec = { [INFO] [stdout] 18 | | let mut rdr = csv::Reader::from_string( [INFO] [stdout] 19 | | String::from_utf8(include_bytes!("../assets/unicode.csv").to_vec()).unwrap() [INFO] [stdout] ... | [INFO] [stdout] 33 | | }; [INFO] [stdout] 34 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.49s [INFO] running `Command { std: "docker" "inspect" "0ee9e982611ff487439ff835c3e9d73a846abc2e36b92bb80171a905e118e505", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ee9e982611ff487439ff835c3e9d73a846abc2e36b92bb80171a905e118e505", kill_on_drop: false }` [INFO] [stdout] 0ee9e982611ff487439ff835c3e9d73a846abc2e36b92bb80171a905e118e505 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] fbe9c1e502ca12916ef2f653b4f5594bf43838958b19a5da32577fffb028c2c6 [INFO] running `Command { std: "docker" "start" "-a" "fbe9c1e502ca12916ef2f653b4f5594bf43838958b19a5da32577fffb028c2c6", kill_on_drop: false }` [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | / lazy_static! { [INFO] [stdout] 17 | | static ref UNICODE_DATA: Vec = { [INFO] [stdout] 18 | | let mut rdr = csv::Reader::from_string( [INFO] [stdout] 19 | | String::from_utf8(include_bytes!("../assets/unicode.csv").to_vec()).unwrap() [INFO] [stdout] ... | [INFO] [stdout] 33 | | }; [INFO] [stdout] 34 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling sigil v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | / lazy_static! { [INFO] [stdout] 17 | | static ref UNICODE_DATA: Vec = { [INFO] [stdout] 18 | | let mut rdr = csv::Reader::from_string( [INFO] [stdout] 19 | | String::from_utf8(include_bytes!("../assets/unicode.csv").to_vec()).unwrap() [INFO] [stdout] ... | [INFO] [stdout] 33 | | }; [INFO] [stdout] 34 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [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:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | / lazy_static! { [INFO] [stdout] 17 | | static ref UNICODE_DATA: Vec = { [INFO] [stdout] 18 | | let mut rdr = csv::Reader::from_string( [INFO] [stdout] 19 | | String::from_utf8(include_bytes!("../assets/unicode.csv").to_vec()).unwrap() [INFO] [stdout] ... | [INFO] [stdout] 33 | | }; [INFO] [stdout] 34 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (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:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | / lazy_static! { [INFO] [stdout] 17 | | static ref UNICODE_DATA: Vec = { [INFO] [stdout] 18 | | let mut rdr = csv::Reader::from_string( [INFO] [stdout] 19 | | String::from_utf8(include_bytes!("../assets/unicode.csv").to_vec()).unwrap() [INFO] [stdout] ... | [INFO] [stdout] 33 | | }; [INFO] [stdout] 34 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.46s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/sigil-56557c7c4dd1ef8f) [INFO] running `Command { std: "docker" "inspect" "fbe9c1e502ca12916ef2f653b4f5594bf43838958b19a5da32577fffb028c2c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fbe9c1e502ca12916ef2f653b4f5594bf43838958b19a5da32577fffb028c2c6", kill_on_drop: false }` [INFO] [stdout] fbe9c1e502ca12916ef2f653b4f5594bf43838958b19a5da32577fffb028c2c6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] 056f823c2aa5497b8ae76549e7c83d61a229aa7d3534ef33a7d9af6ccf102059 [INFO] running `Command { std: "docker" "start" "-a" "056f823c2aa5497b8ae76549e7c83d61a229aa7d3534ef33a7d9af6ccf102059", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / lazy_static! { [INFO] [stderr] 17 | | static ref UNICODE_DATA: Vec = { [INFO] [stderr] 18 | | let mut rdr = csv::Reader::from_string( [INFO] [stderr] 19 | | String::from_utf8(include_bytes!("../assets/unicode.csv").to_vec()).unwrap() [INFO] [stderr] ... | [INFO] [stderr] 33 | | }; [INFO] [stderr] 34 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `lazy_static` (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:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / lazy_static! { [INFO] [stderr] 17 | | static ref UNICODE_DATA: Vec = { [INFO] [stderr] 18 | | let mut rdr = csv::Reader::from_string( [INFO] [stderr] 19 | | String::from_utf8(include_bytes!("../assets/unicode.csv").to_vec()).unwrap() [INFO] [stderr] ... | [INFO] [stderr] 33 | | }; [INFO] [stderr] 34 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `sigil` (lib) generated 2 warnings [INFO] [stderr] warning: `sigil` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.00s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sigil-56557c7c4dd1ef8f) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test::check_all_data ... ok [INFO] [stdout] test test::check_char ... ok [INFO] [stdout] test test::check_name ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s [INFO] [stdout] [INFO] [stderr] Doc-tests sigil [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" "056f823c2aa5497b8ae76549e7c83d61a229aa7d3534ef33a7d9af6ccf102059", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "056f823c2aa5497b8ae76549e7c83d61a229aa7d3534ef33a7d9af6ccf102059", kill_on_drop: false }` [INFO] [stdout] 056f823c2aa5497b8ae76549e7c83d61a229aa7d3534ef33a7d9af6ccf102059