[INFO] fetching crate ison-rs 1.0.1... [INFO] testing ison-rs-1.0.1 against master#562dee4820c458d823175268e41601d4c060588a for pr-154210-1 [INFO] extracting crate ison-rs 1.0.1 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate ison-rs 1.0.1 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate ison-rs 1.0.1 [INFO] tweaked toml for crates.io crate ison-rs 1.0.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate ison-rs 1.0.1 on toolchain 562dee4820c458d823175268e41601d4c060588a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate ison-rs 1.0.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded nalgebra-macros v0.2.2 [INFO] [stderr] Downloaded simba v0.8.1 [INFO] [stderr] Downloaded nalgebra v0.32.6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4c0098c76f783e17750165980b0b63efc32632368870a07ee1575250c742b930 [INFO] running `Command { std: "docker" "start" "-a" "4c0098c76f783e17750165980b0b63efc32632368870a07ee1575250c742b930", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4c0098c76f783e17750165980b0b63efc32632368870a07ee1575250c742b930", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4c0098c76f783e17750165980b0b63efc32632368870a07ee1575250c742b930", kill_on_drop: false }` [INFO] [stdout] 4c0098c76f783e17750165980b0b63efc32632368870a07ee1575250c742b930 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fbde26770af627d5dba9440c7920bc9175302eedf1fdee9fba8413b2940e6586 [INFO] running `Command { std: "docker" "start" "-a" "fbde26770af627d5dba9440c7920bc9175302eedf1fdee9fba8413b2940e6586", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.111 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling ison-rs v1.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `rudradb` [INFO] [stdout] --> src/plugins/mod.rs:18:7 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(feature = "rudradb")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `nalgebra`, and `serde` [INFO] [stdout] = help: consider adding `rudradb` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `rudradb` [INFO] [stdout] --> src/plugins/mod.rs:21:7 [INFO] [stdout] | [INFO] [stdout] 21 | #[cfg(feature = "rudradb")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `nalgebra`, and `serde` [INFO] [stdout] = help: consider adding `rudradb` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.13s [INFO] running `Command { std: "docker" "inspect" "fbde26770af627d5dba9440c7920bc9175302eedf1fdee9fba8413b2940e6586", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fbde26770af627d5dba9440c7920bc9175302eedf1fdee9fba8413b2940e6586", kill_on_drop: false }` [INFO] [stdout] fbde26770af627d5dba9440c7920bc9175302eedf1fdee9fba8413b2940e6586 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 970e7e8dcba0fb5b4191e84d4e5f4c3c0905cbadb2ba9ca629b03a81bb86ab34 [INFO] running `Command { std: "docker" "start" "-a" "970e7e8dcba0fb5b4191e84d4e5f4c3c0905cbadb2ba9ca629b03a81bb86ab34", kill_on_drop: false }` [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stdout] warning: unexpected `cfg` condition value: `rudradb` [INFO] [stdout] --> src/plugins/mod.rs:18:7 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(feature = "rudradb")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `nalgebra`, and `serde` [INFO] [stdout] = help: consider adding `rudradb` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `rudradb` [INFO] [stdout] --> src/plugins/mod.rs:21:7 [INFO] [stdout] | [INFO] [stdout] 21 | #[cfg(feature = "rudradb")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `nalgebra`, and `serde` [INFO] [stdout] = help: consider adding `rudradb` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling pretty_assertions v1.4.1 [INFO] [stderr] Compiling ison-rs v1.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `rudradb` [INFO] [stdout] --> src/plugins/mod.rs:18:7 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(feature = "rudradb")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `nalgebra`, and `serde` [INFO] [stdout] = help: consider adding `rudradb` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `rudradb` [INFO] [stdout] --> src/plugins/mod.rs:21:7 [INFO] [stdout] | [INFO] [stdout] 21 | #[cfg(feature = "rudradb")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `nalgebra`, and `serde` [INFO] [stdout] = help: consider adding `rudradb` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.42s [INFO] running `Command { std: "docker" "inspect" "970e7e8dcba0fb5b4191e84d4e5f4c3c0905cbadb2ba9ca629b03a81bb86ab34", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "970e7e8dcba0fb5b4191e84d4e5f4c3c0905cbadb2ba9ca629b03a81bb86ab34", kill_on_drop: false }` [INFO] [stdout] 970e7e8dcba0fb5b4191e84d4e5f4c3c0905cbadb2ba9ca629b03a81bb86ab34 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 01373a9b97310d9a1e9919b95686c5557085cf924ba78b2733441b9dc3a54da0 [INFO] running `Command { std: "docker" "start" "-a" "01373a9b97310d9a1e9919b95686c5557085cf924ba78b2733441b9dc3a54da0", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `rudradb` [INFO] [stderr] --> src/plugins/mod.rs:18:7 [INFO] [stderr] | [INFO] [stderr] 18 | #[cfg(feature = "rudradb")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `nalgebra`, and `serde` [INFO] [stderr] = help: consider adding `rudradb` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `rudradb` [INFO] [stderr] --> src/plugins/mod.rs:21:7 [INFO] [stderr] | [INFO] [stderr] 21 | #[cfg(feature = "rudradb")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `nalgebra`, and `serde` [INFO] [stderr] = help: consider adding `rudradb` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `ison-rs` (lib) generated 2 warnings [INFO] [stderr] warning: `ison-rs` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ison_rs-adc52aee653921d3) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test tests::test_dumps_with_delimiter ... ok [INFO] [stdout] test tests::test_ison_to_json ... ok [INFO] [stdout] test tests::test_parse_references ... ok [INFO] [stdout] test tests::test_isonl ... ok [INFO] [stdout] test tests::test_roundtrip ... ok [INFO] [stdout] test tests::test_version ... ok [INFO] [stdout] test tests::test_parse_simple_table ... ok [INFO] [stderr] Doc-tests ison_rs [INFO] [stdout] test tests::test_type_inference ... ok [INFO] [stdout] test tests::test_json_to_ison ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/plugins/mod.rs - plugins (line 11) ... ignored [INFO] [stdout] test src/lib.rs - (line 8) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.37s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "01373a9b97310d9a1e9919b95686c5557085cf924ba78b2733441b9dc3a54da0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "01373a9b97310d9a1e9919b95686c5557085cf924ba78b2733441b9dc3a54da0", kill_on_drop: false }` [INFO] [stdout] 01373a9b97310d9a1e9919b95686c5557085cf924ba78b2733441b9dc3a54da0