[INFO] cloning repository https://github.com/andrewnester/rust-jsonm [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/andrewnester/rust-jsonm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandrewnester%2Frust-jsonm", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandrewnester%2Frust-jsonm'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 646913c728f5da5ff3675dc6784b4078e75be809 [INFO] testing andrewnester/rust-jsonm against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandrewnester%2Frust-jsonm" "/workspace/builds/worker-19/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-19/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/andrewnester/rust-jsonm on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/andrewnester/rust-jsonm [INFO] finished tweaking git repo https://github.com/andrewnester/rust-jsonm [INFO] tweaked toml for git repo https://github.com/andrewnester/rust-jsonm written to /workspace/builds/worker-19/source/Cargo.toml [INFO] crate git repo https://github.com/andrewnester/rust-jsonm already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded serde_json v1.0.24 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9df2f1ad3e4c4c685bf0fc90202f04530008369c535650303ec56e158bb7ed91 [INFO] running `Command { std: "docker" "start" "-a" "9df2f1ad3e4c4c685bf0fc90202f04530008369c535650303ec56e158bb7ed91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9df2f1ad3e4c4c685bf0fc90202f04530008369c535650303ec56e158bb7ed91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9df2f1ad3e4c4c685bf0fc90202f04530008369c535650303ec56e158bb7ed91", kill_on_drop: false }` [INFO] [stdout] 9df2f1ad3e4c4c685bf0fc90202f04530008369c535650303ec56e158bb7ed91 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] aca6052b0640f1539c8124bd4efef540520ddbd712eb743ca2db045757dbc8e7 [INFO] running `Command { std: "docker" "start" "-a" "aca6052b0640f1539c8124bd4efef540520ddbd712eb743ca2db045757dbc8e7", kill_on_drop: false }` [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling libc v0.2.43 [INFO] [stderr] Compiling cfg-if v0.1.5 [INFO] [stderr] Compiling serde v1.0.79 [INFO] [stderr] Compiling regex v1.0.5 [INFO] [stderr] Compiling indexmap v1.0.1 [INFO] [stderr] Compiling itoa v0.4.2 [INFO] [stderr] Compiling utf8-ranges v1.0.1 [INFO] [stderr] Compiling dtoa v0.4.3 [INFO] [stderr] Compiling regex-syntax v0.6.2 [INFO] [stderr] Compiling memchr v2.1.0 [INFO] [stderr] Compiling lazy_static v1.1.0 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling aho-corasick v0.6.8 [INFO] [stderr] Compiling serde_json v1.0.24 [INFO] [stderr] Compiling jsonm v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `cause` [INFO] [stdout] --> src/packer.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 53 | cause: String, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `PackerError` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/packer.rs:51:10 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `pending_unpacks` [INFO] [stdout] --> src/unpacker.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | pending_unpacks: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Unpacker` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/unpacker.rs:20:19 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Default, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (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 8.11s [INFO] running `Command { std: "docker" "inspect" "aca6052b0640f1539c8124bd4efef540520ddbd712eb743ca2db045757dbc8e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aca6052b0640f1539c8124bd4efef540520ddbd712eb743ca2db045757dbc8e7", kill_on_drop: false }` [INFO] [stdout] aca6052b0640f1539c8124bd4efef540520ddbd712eb743ca2db045757dbc8e7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 412710e9adc97372c995fa8e745907b26bfb50601dced184ea95f3b749445793 [INFO] running `Command { std: "docker" "start" "-a" "412710e9adc97372c995fa8e745907b26bfb50601dced184ea95f3b749445793", kill_on_drop: false }` [INFO] [stdout] warning: field is never read: `cause` [INFO] [stdout] --> src/packer.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 53 | cause: String, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `PackerError` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/packer.rs:51:10 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `pending_unpacks` [INFO] [stdout] --> src/unpacker.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | pending_unpacks: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Unpacker` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/unpacker.rs:20:19 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Default, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (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] Compiling jsonm v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `cause` [INFO] [stdout] --> src/packer.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 53 | cause: String, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `PackerError` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/packer.rs:51:10 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `pending_unpacks` [INFO] [stdout] --> src/unpacker.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | pending_unpacks: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Unpacker` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/unpacker.rs:20:19 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Default, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (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 1.60s [INFO] running `Command { std: "docker" "inspect" "412710e9adc97372c995fa8e745907b26bfb50601dced184ea95f3b749445793", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "412710e9adc97372c995fa8e745907b26bfb50601dced184ea95f3b749445793", kill_on_drop: false }` [INFO] [stdout] 412710e9adc97372c995fa8e745907b26bfb50601dced184ea95f3b749445793 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0ac8959e789119574a8c6ecb2cdef87420266e13caf71fc77b76bb17bcebffce [INFO] running `Command { std: "docker" "start" "-a" "0ac8959e789119574a8c6ecb2cdef87420266e13caf71fc77b76bb17bcebffce", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: field is never read: `cause` [INFO] [stdout] running 0 tests [INFO] [stderr] --> src/packer.rs:53:5 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] 53 | cause: String, [INFO] [stdout] [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `PackerError` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/packer.rs:51:10 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `pending_unpacks` [INFO] [stderr] --> src/unpacker.rs:26:5 [INFO] [stderr] | [INFO] [stderr] 26 | pending_unpacks: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Unpacker` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/unpacker.rs:20:19 [INFO] [stderr] | [INFO] [stderr] 20 | #[derive(Default, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `jsonm` (lib) generated 2 warnings [INFO] [stderr] warning: `jsonm` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/jsonm-824e0999b5c47550) [INFO] [stdout] [INFO] [stderr] Running tests/test_packer.rs (/opt/rustwide/target/debug/deps/test_packer-85755215c90e2996) [INFO] [stdout] running 42 tests [INFO] [stdout] test it_copes_with_null_input_to_unpacker ... ok [INFO] [stdout] test it_packs_arrays_with_minus_1_just_fine ... ok [INFO] [stdout] test it_packs_empty_string ... ok [INFO] [stdout] test it_has_symmetrical_pack_string_and_unpack_string_for_strings ... ok [INFO] [stdout] test it_packs_empty_arrays_just_fine ... ok [INFO] [stdout] test it_packs_floats_just_fine ... ok [INFO] [stdout] test it_handles_small_messages_with_more_values_than_dictionary_size_3 ... ok [INFO] [stdout] test it_packs_dot_number_string_just_fine ... ok [INFO] [stdout] test it_packs_empty_string_inside_object ... ok [INFO] [stdout] test it_handles_strings_and_ints_with_the_same_value ... ok [INFO] [stdout] test it_packs_null ... ok [INFO] [stdout] test it_packs_large_integers_as_string_values ... ok [INFO] [stdout] test it_packs_null_inside_object ... ok [INFO] [stdout] test it_packs_json_strings ... ok [INFO] [stdout] test it_packs_number_string_just_fine ... ok [INFO] [stdout] test it_doesnot_pack_very_large_nonscalars ... ok [INFO] [stdout] test it_packs_json_strings_and_can_unpack_them_as_string ... ok [INFO] [stdout] test it_has_no_issues_going_over_a_very_small_dictionary_size ... ok [INFO] [stdout] test it_copes_with_calling_unpack_multiple_times ... ok [INFO] [stdout] test it_handles_small_messages_with_more_values_than_dictionary_size ... ok [INFO] [stdout] test it_packs_small_integers_as_string_values ... ok [INFO] [stdout] test it_errors_when_the_packer_is_reset_during_message ... ok [INFO] [stdout] test it_packs_multi_key_objects ... ok [INFO] [stdout] test it_handles_packer_being_reset ... ok [INFO] [stdout] test it_packs_strings_2_level_deep ... ok [INFO] [stdout] test it_packs_tilde_tilde_strings_just_fine ... ok [INFO] [stdout] test it_packs_nested_arrays_and_objects ... ok [INFO] [stdout] test it_packs_true_just_fine ... ok [INFO] [stdout] test it_packs_strings_1_level_deep ... ok [INFO] [stdout] test it_packs_multi_line_strings_as_normal_values ... ok [INFO] [stdout] test it_packs_arrays_using_minus_1 ... ok [INFO] [stdout] test it_copes_with_messages_in_wrong_order ... ok [INFO] [stdout] test it_packs_multi_line_strings_as_separate_values_in_string_packing_mode ... ok [INFO] [stdout] test it_packs_multiple_empty_strings_inside_object ... ok [INFO] [stdout] test it_packs_tilde_strings_just_fine ... ok [INFO] [stdout] test it_supports_reset ... ok [INFO] [stdout] test it_handles_small_messages_with_more_values_than_dictionary_size_2 ... ok [INFO] [stdout] test it_packs_with_null_and_true_and_false ... ok [INFO] [stdout] test it_uses_memoization_the_second_time ... ok [INFO] [stdout] test it_handles_large_messages_with_more_values_than_dictionary_size_that_contains_null ... ok [INFO] [stdout] test it_has_no_issues_going_over_dictionary_size ... ok [INFO] [stdout] test it_handles_large_messages_with_more_values_than_dictionary_size ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 42 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.60s [INFO] [stdout] [INFO] [stderr] Doc-tests jsonm [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" "0ac8959e789119574a8c6ecb2cdef87420266e13caf71fc77b76bb17bcebffce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ac8959e789119574a8c6ecb2cdef87420266e13caf71fc77b76bb17bcebffce", kill_on_drop: false }` [INFO] [stdout] 0ac8959e789119574a8c6ecb2cdef87420266e13caf71fc77b76bb17bcebffce