[INFO] fetching crate yadf 1.3.0...
[INFO] testing yadf-1.3.0 against master#733b47ea4b1b86216f14ef56e49440c33933f230+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate yadf 1.3.0 into /workspace/builds/worker-1-tc2/source
[INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config.toml
[INFO] started tweaking crates.io crate yadf 1.3.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate yadf 1.3.0
[INFO] tweaked toml for crates.io crate yadf 1.3.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate yadf 1.3.0 on toolchain 733b47ea4b1b86216f14ef56e49440c33933f230
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate yadf 1.3.0 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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9792364c3afd2167fe8c8182fb6123d524820c24b5c2cac755cae5d80f80d84c
[INFO] running `Command { std: "docker" "start" "-a" "9792364c3afd2167fe8c8182fb6123d524820c24b5c2cac755cae5d80f80d84c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9792364c3afd2167fe8c8182fb6123d524820c24b5c2cac755cae5d80f80d84c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9792364c3afd2167fe8c8182fb6123d524820c24b5c2cac755cae5d80f80d84c", kill_on_drop: false }`
[INFO] [stdout] 9792364c3afd2167fe8c8182fb6123d524820c24b5c2cac755cae5d80f80d84c
[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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] aa58a6d83c9a23554ec44fb09d0e56747715c7f27b2471056f93b5f320f4648d
[INFO] running `Command { std: "docker" "start" "-a" "aa58a6d83c9a23554ec44fb09d0e56747715c7f27b2471056f93b5f320f4648d", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling serde v1.0.204
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]    Compiling anstyle-query v1.1.1
[INFO] [stderr]    Compiling colorchoice v1.0.2
[INFO] [stderr]    Compiling anstyle v1.0.8
[INFO] [stderr]    Compiling anstyle-parse v0.2.5
[INFO] [stderr]    Compiling cc v1.1.7
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling clap_lex v0.7.2
[INFO] [stderr]    Compiling rust_decimal v1.35.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling object v0.36.2
[INFO] [stderr]    Compiling arrayvec v0.7.4
[INFO] [stderr]    Compiling serde_json v1.0.121
[INFO] [stderr]    Compiling csv-core v0.1.11
[INFO] [stderr]    Compiling syn v2.0.72
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling yadf v1.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling anstream v0.6.15
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling clap_builder v4.5.11
[INFO] [stderr]    Compiling utf8-width v0.1.7
[INFO] [stderr]    Compiling crossbeam-channel v0.5.13
[INFO] [stderr]    Compiling metrohash v1.0.6
[INFO] [stderr]    Compiling highway v1.2.0
[INFO] [stderr]    Compiling seahash v4.1.0
[INFO] [stderr]    Compiling dunce v1.0.4
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling byte-unit v5.1.4
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling uuid v1.10.0
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling backtrace v0.3.73
[INFO] [stderr]    Compiling regex v1.10.5
[INFO] [stderr]    Compiling bstr v1.10.0
[INFO] [stderr]    Compiling env_filter v0.1.2
[INFO] [stderr]    Compiling globset v0.4.14
[INFO] [stderr]    Compiling env_logger v0.11.5
[INFO] [stderr]    Compiling ignore v0.4.22
[INFO] [stderr]    Compiling serde_derive v1.0.204
[INFO] [stderr]    Compiling zerocopy-derive v0.6.6
[INFO] [stderr]    Compiling clap_derive v4.5.11
[INFO] [stderr]    Compiling typed-builder-macro v0.19.1
[INFO] [stderr]    Compiling zerocopy v0.6.6
[INFO] [stderr]    Compiling ppv-lite86 v0.2.18
[INFO] [stderr]    Compiling typed-builder v0.19.1
[INFO] [stderr]    Compiling clap v4.5.11
[INFO] [stderr]    Compiling clap-verbosity-flag v2.2.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling twox-hash v1.6.3
[INFO] [stderr]    Compiling serde_spanned v0.6.7
[INFO] [stderr]    Compiling toml_datetime v0.6.7
[INFO] [stderr]    Compiling os_info v3.8.2
[INFO] [stderr]    Compiling csv v1.3.0
[INFO] [stderr]    Compiling toml_edit v0.22.17
[INFO] [stderr]    Compiling toml v0.8.16
[INFO] [stderr]    Compiling human-panic v2.0.1
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
[INFO] running `Command { std: "docker" "inspect" "aa58a6d83c9a23554ec44fb09d0e56747715c7f27b2471056f93b5f320f4648d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aa58a6d83c9a23554ec44fb09d0e56747715c7f27b2471056f93b5f320f4648d", kill_on_drop: false }`
[INFO] [stdout] aa58a6d83c9a23554ec44fb09d0e56747715c7f27b2471056f93b5f320f4648d
[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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e4065e7640cfd717aefa515176a47613b3d54d546bcda82aa5f35960abd0ce2e
[INFO] running `Command { std: "docker" "start" "-a" "e4065e7640cfd717aefa515176a47613b3d54d546bcda82aa5f35960abd0ce2e", kill_on_drop: false }`
[INFO] [stderr]    Compiling predicates-core v1.0.8
[INFO] [stderr]    Compiling float-cmp v0.9.0
[INFO] [stderr]    Compiling assert_cmd v2.0.15
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling wait-timeout v0.2.0
[INFO] [stderr]    Compiling predicates-tree v1.0.11
[INFO] [stderr]    Compiling predicates v3.1.2
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling yadf v1.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.01s
[INFO] running `Command { std: "docker" "inspect" "e4065e7640cfd717aefa515176a47613b3d54d546bcda82aa5f35960abd0ce2e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e4065e7640cfd717aefa515176a47613b3d54d546bcda82aa5f35960abd0ce2e", kill_on_drop: false }`
[INFO] [stdout] e4065e7640cfd717aefa515176a47613b3d54d546bcda82aa5f35960abd0ce2e
[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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] fa2104bddd79d6106c9cd6efe672fac277eebbbe1f3a18ddcfb81a71e31feef6
[INFO] running `Command { std: "docker" "start" "-a" "fa2104bddd79d6106c9cd6efe672fac277eebbbe1f3a18ddcfb81a71e31feef6", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/yadf-839f6dd622eb69d5)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test bag::display::tests::fdupes ... ok
[INFO] [stdout] test bag::display::tests::machine ... ok
[INFO] [stdout] test path::tests::shouldnt_panic_on_invalid_utf8_path ... ok
[INFO] [stdout] test bag::serialize::tests::json ... ok
[INFO] [stdout] test fs::hash::tests::different_hash_partial_and_full_for_small_file_because_of_size ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 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/yadf-ab50d01f4585ed55)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test args::tests::replication_factor_parsing ... ok
[INFO] [stdout] test tests::csv ... ok
[INFO] [stdout] test tests::ldjson ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration.rs (/opt/rustwide/target/debug/deps/integration-a0e7e14389740a99)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test function_name ... ok
[INFO] [stdout] test dir_macro ... ok
[INFO] [stdout] test glob_pattern ... FAILED
[INFO] [stdout] test max_file_size ... FAILED
[INFO] [stdout] test min_file_size ... FAILED
[INFO] [stdout] test non_utf8_paths ... FAILED
[INFO] [stdout] test regex ... FAILED
[INFO] [stdout] test trace_output ... FAILED
[INFO] [stdout] test hard_links_flag ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- glob_pattern stdout ----
[INFO] [stdout] Error: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] 
[INFO] [stdout] ---- max_file_size stdout ----
[INFO] [stdout] Error: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] 
[INFO] [stdout] ---- min_file_size stdout ----
[INFO] [stdout] Error: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] 
[INFO] [stdout] ---- non_utf8_paths stdout ----
[INFO] [stdout] Error: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] 
[INFO] [stdout] ---- regex stdout ----
[INFO] [stdout] Error: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] 
[INFO] [stdout] ---- trace_output stdout ----
[INFO] [stdout] Error: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     glob_pattern
[INFO] [stdout]     max_file_size
[INFO] [stdout]     min_file_size
[INFO] [stdout]     non_utf8_paths
[INFO] [stdout]     regex
[INFO] [stdout]     trace_output
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 3 passed; 6 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test integration`
[INFO] running `Command { std: "docker" "inspect" "fa2104bddd79d6106c9cd6efe672fac277eebbbe1f3a18ddcfb81a71e31feef6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa2104bddd79d6106c9cd6efe672fac277eebbbe1f3a18ddcfb81a71e31feef6", kill_on_drop: false }`
[INFO] [stdout] fa2104bddd79d6106c9cd6efe672fac277eebbbe1f3a18ddcfb81a71e31feef6
