[INFO] cloning repository https://github.com/fcoury/mongodb-wire-protocol-parser [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fcoury/mongodb-wire-protocol-parser" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffcoury%2Fmongodb-wire-protocol-parser", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffcoury%2Fmongodb-wire-protocol-parser'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 84d6095762f11f8517338ddd506c8392327dd7ea [INFO] testing fcoury/mongodb-wire-protocol-parser against 1.79.0 for beta-1.80-4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffcoury%2Fmongodb-wire-protocol-parser" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fcoury/mongodb-wire-protocol-parser on toolchain 1.79.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.79.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/fcoury/mongodb-wire-protocol-parser [INFO] finished tweaking git repo https://github.com/fcoury/mongodb-wire-protocol-parser [INFO] tweaked toml for git repo https://github.com/fcoury/mongodb-wire-protocol-parser written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/fcoury/mongodb-wire-protocol-parser 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" "+1.79.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bson v2.5.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1.79.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 784753aa7b2e998f365b70380e0ecb5ba0ea6221d088ddcf6d4067fb1b6c0e4c [INFO] running `Command { std: "docker" "start" "-a" "784753aa7b2e998f365b70380e0ecb5ba0ea6221d088ddcf6d4067fb1b6c0e4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "784753aa7b2e998f365b70380e0ecb5ba0ea6221d088ddcf6d4067fb1b6c0e4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "784753aa7b2e998f365b70380e0ecb5ba0ea6221d088ddcf6d4067fb1b6c0e4c", kill_on_drop: false }` [INFO] [stdout] 784753aa7b2e998f365b70380e0ecb5ba0ea6221d088ddcf6d4067fb1b6c0e4c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1.79.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4c641d136c12ecce4d7a8bcd29b394154e47376a14ee3dd785702bffed6ddb6a [INFO] running `Command { std: "docker" "start" "-a" "4c641d136c12ecce4d7a8bcd29b394154e47376a14ee3dd785702bffed6ddb6a", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling libc v0.2.139 [INFO] [stderr] Compiling serde_json v1.0.93 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling indexmap v1.9.2 [INFO] [stderr] Compiling time-macros v0.2.8 [INFO] [stderr] Compiling once_cell v1.17.1 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling time v0.3.20 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling serde_derive v1.0.152 [INFO] [stderr] Compiling thiserror-impl v1.0.38 [INFO] [stderr] Compiling thiserror v1.0.38 [INFO] [stderr] Compiling serde v1.0.152 [INFO] [stderr] Compiling uuid v1.3.0 [INFO] [stderr] Compiling serde_bytes v0.11.9 [INFO] [stderr] Compiling bson v2.5.0 [INFO] [stderr] Compiling mongodb-wire-protocol-parser v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.87s [INFO] running `Command { std: "docker" "inspect" "4c641d136c12ecce4d7a8bcd29b394154e47376a14ee3dd785702bffed6ddb6a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4c641d136c12ecce4d7a8bcd29b394154e47376a14ee3dd785702bffed6ddb6a", kill_on_drop: false }` [INFO] [stdout] 4c641d136c12ecce4d7a8bcd29b394154e47376a14ee3dd785702bffed6ddb6a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1.79.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7e5ba5fe7a3d531a3b340464f9ee281fc69f2fc366d0aa09365932e860900847 [INFO] running `Command { std: "docker" "start" "-a" "7e5ba5fe7a3d531a3b340464f9ee281fc69f2fc366d0aa09365932e860900847", kill_on_drop: false }` [INFO] [stderr] Compiling mongodb-wire-protocol-parser v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.42s [INFO] running `Command { std: "docker" "inspect" "7e5ba5fe7a3d531a3b340464f9ee281fc69f2fc366d0aa09365932e860900847", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e5ba5fe7a3d531a3b340464f9ee281fc69f2fc366d0aa09365932e860900847", kill_on_drop: false }` [INFO] [stdout] 7e5ba5fe7a3d531a3b340464f9ee281fc69f2fc366d0aa09365932e860900847 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1.79.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 30562ce56dc64c1f0b02d82435bde20426937658685340340f54fb5e2bfd2a0f [INFO] running `Command { std: "docker" "start" "-a" "30562ce56dc64c1f0b02d82435bde20426937658685340340f54fb5e2bfd2a0f", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mongodb_wire_protocol_parser-5951e6518c4485cd) [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] Running tests/parser.rs (/opt/rustwide/target/debug/deps/parser-889026983daa80ed) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test test_parse_header ... ok [INFO] [stdout] test test_parse_is_master ... ok [INFO] [stdout] test test_parse_insert_op_msg ... ok [INFO] [stderr] Doc-tests mongodb_wire_protocol_parser [INFO] [stdout] test test_parse_list_collection_op_msg ... ok [INFO] [stdout] test test_parse_ping_op_msg ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [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" "30562ce56dc64c1f0b02d82435bde20426937658685340340f54fb5e2bfd2a0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30562ce56dc64c1f0b02d82435bde20426937658685340340f54fb5e2bfd2a0f", kill_on_drop: false }` [INFO] [stdout] 30562ce56dc64c1f0b02d82435bde20426937658685340340f54fb5e2bfd2a0f