[INFO] cloning repository https://github.com/cbrown1234/analyse-json [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cbrown1234/analyse-json" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcbrown1234%2Fanalyse-json", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcbrown1234%2Fanalyse-json'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ba2e0aab4ecf04c9b19fad6129d19234bbe63341 [INFO] testing cbrown1234/analyse-json against beta-2023-10-04 for beta-1.74-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcbrown1234%2Fanalyse-json" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cbrown1234/analyse-json on toolchain beta-2023-10-04 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2023-10-04" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/cbrown1234/analyse-json [INFO] finished tweaking git repo https://github.com/cbrown1234/analyse-json [INFO] tweaked toml for git repo https://github.com/cbrown1234/analyse-json written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/cbrown1234/analyse-json 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" "+beta-2023-10-04" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-10-04" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8ed7d3ce0cc36ee50968dd259ad9a40e029b5e668ce5e617d706a7d5bc6654e2 [INFO] running `Command { std: "docker" "start" "-a" "8ed7d3ce0cc36ee50968dd259ad9a40e029b5e668ce5e617d706a7d5bc6654e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8ed7d3ce0cc36ee50968dd259ad9a40e029b5e668ce5e617d706a7d5bc6654e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ed7d3ce0cc36ee50968dd259ad9a40e029b5e668ce5e617d706a7d5bc6654e2", kill_on_drop: false }` [INFO] [stdout] 8ed7d3ce0cc36ee50968dd259ad9a40e029b5e668ce5e617d706a7d5bc6654e2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-10-04" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 14bc4ee8583a2affbe4e204870b1390fe4467332d1dc266855a63b098f4f5e81 [INFO] running `Command { std: "docker" "start" "-a" "14bc4ee8583a2affbe4e204870b1390fe4467332d1dc266855a63b098f4f5e81", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.64 [INFO] [stderr] Compiling unicode-ident v1.0.10 [INFO] [stderr] Compiling quote v1.0.29 [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling memoffset v0.9.0 [INFO] [stderr] Compiling serde v1.0.171 [INFO] [stderr] Compiling crossbeam-epoch v0.9.15 [INFO] [stderr] Compiling regex-syntax v0.7.4 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling rayon-core v1.11.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling termcolor v1.2.0 [INFO] [stderr] Compiling log v0.4.19 [INFO] [stderr] Compiling hashbrown v0.14.0 [INFO] [stderr] Compiling rustix v0.38.4 [INFO] [stderr] Compiling lock_api v0.4.10 [INFO] [stderr] Compiling serde_json v1.0.102 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling linux-raw-sys v0.4.3 [INFO] [stderr] Compiling os_str_bytes v6.5.1 [INFO] [stderr] Compiling portable-atomic v1.4.0 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling bitflags v2.3.3 [INFO] [stderr] Compiling parking_lot_core v0.9.8 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling smallvec v1.11.0 [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stderr] Compiling itoa v1.0.8 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling thiserror v1.0.43 [INFO] [stderr] Compiling is_ci v1.1.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.8 [INFO] [stderr] Compiling ryu v1.0.14 [INFO] [stderr] Compiling textwrap v0.16.0 [INFO] [stderr] Compiling aho-corasick v1.0.2 [INFO] [stderr] Compiling indexmap v2.0.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.3 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling syn v2.0.25 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling supports-color v1.3.1 [INFO] [stderr] Compiling console v0.15.7 [INFO] [stderr] Compiling number_prefix v0.4.0 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling dashmap v5.5.0 [INFO] [stderr] Compiling owo-colors v3.5.0 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling flate2 v1.0.26 [INFO] [stderr] Compiling is-terminal v0.4.9 [INFO] [stderr] Compiling rayon v1.7.0 [INFO] [stderr] Compiling regex-automata v0.3.3 [INFO] [stderr] Compiling serde_derive v1.0.171 [INFO] [stderr] Compiling thiserror-impl v1.0.43 [INFO] [stderr] Compiling clap_derive v3.2.25 [INFO] [stderr] Compiling indicatif v0.17.5 [INFO] [stderr] Compiling regex v1.9.1 [INFO] [stderr] Compiling bstr v1.6.0 [INFO] [stderr] Compiling env_logger v0.10.0 [INFO] [stderr] Compiling globset v0.4.11 [INFO] [stderr] Compiling grep-cli v0.1.8 [INFO] [stderr] Compiling clap v3.2.25 [INFO] [stderr] Compiling jsonpath_lib v0.3.0 [INFO] [stderr] Compiling clap_complete v3.2.5 [INFO] [stderr] Compiling analyse-json v0.5.5 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.43s [INFO] running `Command { std: "docker" "inspect" "14bc4ee8583a2affbe4e204870b1390fe4467332d1dc266855a63b098f4f5e81", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "14bc4ee8583a2affbe4e204870b1390fe4467332d1dc266855a63b098f4f5e81", kill_on_drop: false }` [INFO] [stdout] 14bc4ee8583a2affbe4e204870b1390fe4467332d1dc266855a63b098f4f5e81 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-10-04" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d97c503322888eea99cbd6de6f90430a27affe25b38fab9e9c693e2d49d7546b [INFO] running `Command { std: "docker" "start" "-a" "d97c503322888eea99cbd6de6f90430a27affe25b38fab9e9c693e2d49d7546b", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Compiling rustix v0.37.23 [INFO] [stderr] Compiling tempfile v3.6.0 [INFO] [stderr] Compiling linux-raw-sys v0.3.8 [INFO] [stderr] Compiling fastrand v1.9.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling console v0.15.7 [INFO] [stderr] Compiling parking_lot_core v0.9.8 [INFO] [stderr] Compiling clap v3.2.25 [INFO] [stderr] Compiling supports-color v1.3.1 [INFO] [stderr] Compiling owo-colors v3.5.0 [INFO] [stderr] Compiling rayon-core v1.11.0 [INFO] [stderr] Compiling dashmap v5.5.0 [INFO] [stderr] Compiling rayon v1.7.0 [INFO] [stderr] Compiling clap_complete v3.2.5 [INFO] [stderr] Compiling indicatif v0.17.5 [INFO] [stderr] Compiling analyse-json v0.5.5 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 6.35s [INFO] running `Command { std: "docker" "inspect" "d97c503322888eea99cbd6de6f90430a27affe25b38fab9e9c693e2d49d7546b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d97c503322888eea99cbd6de6f90430a27affe25b38fab9e9c693e2d49d7546b", kill_on_drop: false }` [INFO] [stdout] d97c503322888eea99cbd6de6f90430a27affe25b38fab9e9c693e2d49d7546b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-10-04" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5d0d7a35e55eb483952e24b6bba52b12acc4afac1aac5f0dc4cb8297c263415a [INFO] running `Command { std: "docker" "start" "-a" "5d0d7a35e55eb483952e24b6bba52b12acc4afac1aac5f0dc4cb8297c263415a", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/analyse_json-1d079ac920d6d713) [INFO] [stdout] [INFO] [stdout] running 21 tests [INFO] [stdout] test json::ndjson::tests::add_filestats ... ok [INFO] [stdout] test json::ndjson::tests::simple_expand_jsonpath_query ... ok [INFO] [stdout] test json::ndjson::tests::line_read ... ok [INFO] [stdout] test json::ndjson::tests::bad_ndjson_file ... ok [INFO] [stdout] test json::ndjson::tests::simple_ndjson ... ok [INFO] [stdout] test json::paths::tests::basic_valuepath ... ok [INFO] [stdout] test json::paths::tests::basic_valuepath_array ... ok [INFO] [stdout] test json::paths::tests::parse_valuepaths ... ok [INFO] [stdout] test json::paths::tests::parse_valuepaths_explode_array ... ok [INFO] [stdout] test json::paths::tests::trivial_parse_json_paths_types ... ok [INFO] [stdout] test json::paths::tests::typical_parse_json_paths ... ok [INFO] [stdout] test json::paths::tests::typical_parse_json_paths_types ... ok [INFO] [stdout] test json::paths::tests::parse_valuepaths_inspect_array ... ok [INFO] [stdout] test json::paths::tests::trivial_parse_json_paths ... ok [INFO] [stdout] test verify_cli ... ok [INFO] [stdout] test json::ndjson::tests::bad_process_json_iterable_path_query ... ok [INFO] [stdout] test json::ndjson::tests::simple_process_json_iterable ... ok [INFO] [stdout] test json::ndjson::tests::simple_json_stats ... ok [INFO] [stdout] test json::ndjson::tests::simple_process_json_iterable_par ... ok [INFO] [stdout] test json::ndjson::tests::simple_process_json_iterable_par_jsonpath ... ok [INFO] [stdout] test json::ndjson::tests::simple_json_stats_par ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/analyse_json-d0679ee509781f8f) [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] [stderr] Doc-tests analyse-json [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/json/paths.rs - json::paths::ValuePath<'a>::new (line 21) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.21s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "5d0d7a35e55eb483952e24b6bba52b12acc4afac1aac5f0dc4cb8297c263415a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d0d7a35e55eb483952e24b6bba52b12acc4afac1aac5f0dc4cb8297c263415a", kill_on_drop: false }` [INFO] [stdout] 5d0d7a35e55eb483952e24b6bba52b12acc4afac1aac5f0dc4cb8297c263415a