[INFO] fetching crate ison-rs 1.0.1... [INFO] testing ison-rs-1.0.1 against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-1 [INFO] extracting crate ison-rs 1.0.1 into /workspace/builds/worker-1-tc2/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-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate ison-rs 1.0.1 on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 79ff033380086e1917ff9a514cc20739e78de9205aba5d4d3f321b9dc17583c0 [INFO] running `Command { std: "docker" "start" "-a" "79ff033380086e1917ff9a514cc20739e78de9205aba5d4d3f321b9dc17583c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "79ff033380086e1917ff9a514cc20739e78de9205aba5d4d3f321b9dc17583c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "79ff033380086e1917ff9a514cc20739e78de9205aba5d4d3f321b9dc17583c0", kill_on_drop: false }` [INFO] [stdout] 79ff033380086e1917ff9a514cc20739e78de9205aba5d4d3f321b9dc17583c0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f4f2f931741d5fda0685962ecbb1a3241070868c16008f2968929e3a053f7486 [INFO] running `Command { std: "docker" "start" "-a" "f4f2f931741d5fda0685962ecbb1a3241070868c16008f2968929e3a053f7486", 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.81s [INFO] running `Command { std: "docker" "inspect" "f4f2f931741d5fda0685962ecbb1a3241070868c16008f2968929e3a053f7486", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f4f2f931741d5fda0685962ecbb1a3241070868c16008f2968929e3a053f7486", kill_on_drop: false }` [INFO] [stdout] f4f2f931741d5fda0685962ecbb1a3241070868c16008f2968929e3a053f7486 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3c84fe08c57fe4262881fd9bce310ed3ebedae88951da52b3f163d6897e5b499 [INFO] running `Command { std: "docker" "start" "-a" "3c84fe08c57fe4262881fd9bce310ed3ebedae88951da52b3f163d6897e5b499", kill_on_drop: false }` [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stderr] Compiling yansi v1.0.1 [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.73s [INFO] running `Command { std: "docker" "inspect" "3c84fe08c57fe4262881fd9bce310ed3ebedae88951da52b3f163d6897e5b499", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3c84fe08c57fe4262881fd9bce310ed3ebedae88951da52b3f163d6897e5b499", kill_on_drop: false }` [INFO] [stdout] 3c84fe08c57fe4262881fd9bce310ed3ebedae88951da52b3f163d6897e5b499 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] fa0f721122342b8fc31c5f88fb4f4452a7ba4b4290784fd36adf73ccb3f34c44 [INFO] running `Command { std: "docker" "start" "-a" "fa0f721122342b8fc31c5f88fb4f4452a7ba4b4290784fd36adf73ccb3f34c44", 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.05s [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_parse_simple_table ... ok [INFO] [stdout] test tests::test_type_inference ... ok [INFO] [stdout] test tests::test_dumps_with_delimiter ... ok [INFO] [stdout] test tests::test_parse_references ... ok [INFO] [stdout] test tests::test_json_to_ison ... ok [INFO] [stdout] test tests::test_roundtrip ... ok [INFO] [stdout] test tests::test_isonl ... ok [INFO] [stdout] test tests::test_ison_to_json ... ok [INFO] [stdout] test tests::test_version ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s [INFO] [stdout] [INFO] [stderr] Doc-tests ison_rs [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.53s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "fa0f721122342b8fc31c5f88fb4f4452a7ba4b4290784fd36adf73ccb3f34c44", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa0f721122342b8fc31c5f88fb4f4452a7ba4b4290784fd36adf73ccb3f34c44", kill_on_drop: false }` [INFO] [stdout] fa0f721122342b8fc31c5f88fb4f4452a7ba4b4290784fd36adf73ccb3f34c44