[INFO] fetching crate vsdb 0.47.1... [INFO] building vsdb-0.47.1 against master#0da281b6068a7d889ae89a9bd8991284cc9b7535 for pr-103610 [INFO] extracting crate vsdb 0.47.1 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate vsdb 0.47.1 on toolchain 0da281b6068a7d889ae89a9bd8991284cc9b7535 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0da281b6068a7d889ae89a9bd8991284cc9b7535" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate vsdb 0.47.1 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate vsdb 0.47.1 [INFO] tweaked toml for crates.io crate vsdb 0.47.1 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate crates.io crate vsdb 0.47.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0da281b6068a7d889ae89a9bd8991284cc9b7535" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded triehash v0.8.4 [INFO] [stderr] Downloaded rlp v0.5.2 [INFO] [stderr] Downloaded primitive-types v0.11.1 [INFO] [stderr] Downloaded clap v3.2.21 [INFO] [stderr] Downloaded fs4 v0.5.4 [INFO] [stderr] Downloaded ruc v3.0.0 [INFO] [stderr] Downloaded vsdb_derive v0.45.0 [INFO] [stderr] Downloaded vsdbsled v0.34.7-p1 [INFO] [stderr] Downloaded rocksdb v0.19.0 [INFO] [stderr] Downloaded vsdb_core v0.47.1 [INFO] [stderr] Downloaded librocksdb-sys v0.8.0+7.4.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:83125433e4fff17b1ac56874832f668d9df75ee638575aca552b68e127bedee9" "/opt/rustwide/cargo-home/bin/cargo" "+0da281b6068a7d889ae89a9bd8991284cc9b7535" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3753b7ef686fcab71fc82c3f2cba925d915d77f4a43f280069c83d00eec3e428 [INFO] running `Command { std: "docker" "start" "-a" "3753b7ef686fcab71fc82c3f2cba925d915d77f4a43f280069c83d00eec3e428", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3753b7ef686fcab71fc82c3f2cba925d915d77f4a43f280069c83d00eec3e428", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3753b7ef686fcab71fc82c3f2cba925d915d77f4a43f280069c83d00eec3e428", kill_on_drop: false }` [INFO] [stdout] 3753b7ef686fcab71fc82c3f2cba925d915d77f4a43f280069c83d00eec3e428 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:83125433e4fff17b1ac56874832f668d9df75ee638575aca552b68e127bedee9" "/opt/rustwide/cargo-home/bin/cargo" "+0da281b6068a7d889ae89a9bd8991284cc9b7535" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0ae3844f9f7ccc342ff9b7af03e5a92cf75d479124b57ad652163f8f49d480d7 [INFO] running `Command { std: "docker" "start" "-a" "0ae3844f9f7ccc342ff9b7af03e5a92cf75d479124b57ad652163f8f49d480d7", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.136 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.47 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling syn v1.0.103 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling parking_lot_core v0.9.4 [INFO] [stderr] Compiling generic-array v0.14.6 [INFO] [stderr] Compiling crossbeam-utils v0.8.12 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling serde_derive v1.0.147 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling crossbeam-epoch v0.9.11 [INFO] [stderr] Compiling smallvec v1.10.0 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling serde v1.0.147 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling rustc-hex v2.1.0 [INFO] [stderr] Compiling time-core v0.1.0 [INFO] [stderr] Compiling itoa v1.0.4 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling bytes v1.2.1 [INFO] [stderr] Compiling num_threads v0.1.6 [INFO] [stderr] Compiling time v0.3.16 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling rlp v0.5.2 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling fs4 v0.5.4 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling blake3 v1.3.1 [INFO] [stderr] Compiling block-buffer v0.10.3 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling arrayref v0.3.6 [INFO] [stderr] Compiling paste v1.0.9 [INFO] [stderr] Compiling constant_time_eq v0.1.5 [INFO] [stderr] Compiling digest v0.10.5 [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling once_cell v1.15.0 [INFO] [stderr] Compiling hash-db v0.15.2 [INFO] [stderr] Compiling vsdbsled v0.34.7-p1 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling triehash v0.8.4 [INFO] [stderr] Compiling ruc v3.0.0 [INFO] [stderr] Compiling rmp v0.8.11 [INFO] [stderr] Compiling vsdb_derive v0.45.0 [INFO] [stderr] Compiling rmp-serde v1.1.1 [INFO] [stderr] Compiling vsdb_core v0.47.1 [INFO] [stderr] Compiling vsdb v0.47.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 24s [INFO] running `Command { std: "docker" "inspect" "0ae3844f9f7ccc342ff9b7af03e5a92cf75d479124b57ad652163f8f49d480d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ae3844f9f7ccc342ff9b7af03e5a92cf75d479124b57ad652163f8f49d480d7", kill_on_drop: false }` [INFO] [stdout] 0ae3844f9f7ccc342ff9b7af03e5a92cf75d479124b57ad652163f8f49d480d7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:83125433e4fff17b1ac56874832f668d9df75ee638575aca552b68e127bedee9" "/opt/rustwide/cargo-home/bin/cargo" "+0da281b6068a7d889ae89a9bd8991284cc9b7535" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6aabe56358fa77fbdf02542950ab20c0fdbfe39fdd0e7bd3031daad5ae9dbfa2 [INFO] running `Command { std: "docker" "start" "-a" "6aabe56358fa77fbdf02542950ab20c0fdbfe39fdd0e7bd3031daad5ae9dbfa2", kill_on_drop: false }` [INFO] [stderr] Compiling rayon-core v1.9.3 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling either v1.8.0 [INFO] [stderr] Compiling serde_json v1.0.87 [INFO] [stderr] Compiling crossbeam-deque v0.8.2 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Compiling crossbeam-channel v0.5.6 [INFO] [stderr] Compiling rayon v1.5.3 [INFO] [stderr] Compiling plotters-backend v0.3.4 [INFO] [stderr] Compiling ryu v1.0.11 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling ciborium-io v0.2.0 [INFO] [stderr] Compiling os_str_bytes v6.3.0 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling plotters-svg v0.3.3 [INFO] [stderr] Compiling ciborium-ll v0.2.0 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling textwrap v0.15.0 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling regex-syntax v0.6.27 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling clap v3.2.21 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling plotters v0.3.4 [INFO] [stderr] Compiling ciborium v0.2.0 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling regex v1.6.0 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling criterion v0.4.0 [INFO] [stderr] Compiling vsdb v0.47.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1m 40s [INFO] running `Command { std: "docker" "inspect" "6aabe56358fa77fbdf02542950ab20c0fdbfe39fdd0e7bd3031daad5ae9dbfa2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6aabe56358fa77fbdf02542950ab20c0fdbfe39fdd0e7bd3031daad5ae9dbfa2", kill_on_drop: false }` [INFO] [stdout] 6aabe56358fa77fbdf02542950ab20c0fdbfe39fdd0e7bd3031daad5ae9dbfa2