[INFO] cloning repository https://github.com/OragonEfreet/sage_mqtt [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/OragonEfreet/sage_mqtt" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOragonEfreet%2Fsage_mqtt", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOragonEfreet%2Fsage_mqtt'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] eced43245a3b7a42752211121f7b550cb1254a14 [INFO] testing OragonEfreet/sage_mqtt against beta-2021-09-08 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOragonEfreet%2Fsage_mqtt" "/workspace/builds/worker-108/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-108/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/OragonEfreet/sage_mqtt on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/OragonEfreet/sage_mqtt [INFO] finished tweaking git repo https://github.com/OragonEfreet/sage_mqtt [INFO] tweaked toml for git repo https://github.com/OragonEfreet/sage_mqtt written to /workspace/builds/worker-108/source/Cargo.toml [INFO] crate git repo https://github.com/OragonEfreet/sage_mqtt already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded fastrand v1.5.0 [INFO] [stderr] Downloaded unicode_reader v1.0.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-108/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-108/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c00aba25c0d5d0e78c724e1c83f460af39f48bd7df5b0ac0150bab4b14158806 [INFO] running `Command { std: "docker" "start" "-a" "c00aba25c0d5d0e78c724e1c83f460af39f48bd7df5b0ac0150bab4b14158806", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c00aba25c0d5d0e78c724e1c83f460af39f48bd7df5b0ac0150bab4b14158806", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c00aba25c0d5d0e78c724e1c83f460af39f48bd7df5b0ac0150bab4b14158806", kill_on_drop: false }` [INFO] [stdout] c00aba25c0d5d0e78c724e1c83f460af39f48bd7df5b0ac0150bab4b14158806 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-108/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-108/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2d1d3440a9205b81f4c62fde34b1d2590ac33b955f848b64e8691b7ffbbf876d [INFO] running `Command { std: "docker" "start" "-a" "2d1d3440a9205b81f4c62fde34b1d2590ac33b955f848b64e8691b7ffbbf876d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling syn v1.0.74 [INFO] [stderr] Compiling futures-core v0.3.16 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling futures-channel v0.3.16 [INFO] [stderr] Compiling futures-task v0.3.16 [INFO] [stderr] Compiling futures-sink v0.3.16 [INFO] [stderr] Compiling slab v0.4.3 [INFO] [stderr] Compiling pin-project-lite v0.2.7 [INFO] [stderr] Compiling futures-io v0.3.16 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling futures-macro v0.3.16 [INFO] [stderr] Compiling futures-util v0.3.16 [INFO] [stderr] Compiling unicode_reader v1.0.1 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling futures-executor v0.3.16 [INFO] [stderr] Compiling futures v0.3.16 [INFO] [stderr] Compiling sage_mqtt v0.2.6 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 52.55s [INFO] running `Command { std: "docker" "inspect" "2d1d3440a9205b81f4c62fde34b1d2590ac33b955f848b64e8691b7ffbbf876d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2d1d3440a9205b81f4c62fde34b1d2590ac33b955f848b64e8691b7ffbbf876d", kill_on_drop: false }` [INFO] [stdout] 2d1d3440a9205b81f4c62fde34b1d2590ac33b955f848b64e8691b7ffbbf876d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-108/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-108/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 526be725d10ef1e3d62c266f208a9268e509c6b084f9e9979b32f586efdf2d76 [INFO] running `Command { std: "docker" "start" "-a" "526be725d10ef1e3d62c266f208a9268e509c6b084f9e9979b32f586efdf2d76", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling cache-padded v1.1.1 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling fastrand v1.5.0 [INFO] [stderr] Compiling event-listener v2.5.1 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling async-task v4.0.3 [INFO] [stderr] Compiling atomic-waker v1.0.0 [INFO] [stderr] Compiling value-bag v1.0.0-alpha.7 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling ctor v0.1.20 [INFO] [stderr] Compiling async-attributes v1.1.2 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Compiling async-mutex v1.4.0 [INFO] [stderr] Compiling async-lock v2.4.0 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling async-channel v1.6.1 [INFO] [stderr] Compiling socket2 v0.4.1 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling async-executor v1.4.1 [INFO] [stderr] Compiling blocking v1.0.2 [INFO] [stderr] Compiling polling v2.1.0 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling async-io v1.6.0 [INFO] [stderr] Compiling async-global-executor v2.0.2 [INFO] [stderr] Compiling async-std v1.9.0 [INFO] [stderr] Compiling sage_mqtt v0.2.6 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 38.37s [INFO] running `Command { std: "docker" "inspect" "526be725d10ef1e3d62c266f208a9268e509c6b084f9e9979b32f586efdf2d76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "526be725d10ef1e3d62c266f208a9268e509c6b084f9e9979b32f586efdf2d76", kill_on_drop: false }` [INFO] [stdout] 526be725d10ef1e3d62c266f208a9268e509c6b084f9e9979b32f586efdf2d76 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-108/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-108/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b0873d31750da0ce56b15a667ff13f6687e0068a6ce5e195e41005c0c11af905 [INFO] running `Command { std: "docker" "start" "-a" "b0873d31750da0ce56b15a667ff13f6687e0068a6ce5e195e41005c0c11af905", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.29s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/sage_mqtt-518d899723100c77) [INFO] [stdout] [INFO] [stdout] running 75 tests [INFO] [stdout] test codec::variable_byte_integer::unit::decode_two_lower_bound ... ok [INFO] [stdout] test control::auth::unit::decode ... ok [INFO] [stdout] test codec::variable_byte_integer::unit::encode_one_lower_bound ... ok [INFO] [stdout] test control::connack::unit::decode ... ok [INFO] [stdout] test control::puback::unit::encode ... ok [INFO] [stdout] test codec::two_byte_integer::unit::decode_eof ... ok [INFO] [stdout] test control::disconnect::unit::encode ... ok [INFO] [stdout] test control::disconnect::unit::decode ... ok [INFO] [stdout] test control::puback::unit::decode ... ok [INFO] [stdout] test control::pubrel::unit::encode ... ok [INFO] [stdout] test control::suback::unit::decode ... ok [INFO] [stdout] test control::suback::unit::encode ... ok [INFO] [stdout] test control::subscribe::unit::encode ... ok [INFO] [stdout] test codec::byte::unit::encode_false ... ok [INFO] [stdout] test control::unsubscribe::unit::encode ... ok [INFO] [stdout] test codec::utf8_string::unit::decode_eof ... ok [INFO] [stdout] test codec::byte::unit::decode_eof ... ok [INFO] [stdout] test codec::utf8_string::unit::decode ... ok [INFO] [stdout] test codec::byte::unit::encode_true ... ok [INFO] [stdout] test codec::byte::unit::decode_false ... ok [INFO] [stdout] test control::unsuback::unit::encode ... ok [INFO] [stdout] test control::unsubscribe::unit::decode ... ok [INFO] [stdout] test codec::variable_byte_integer::unit::decode_four_lower_bound ... ok [INFO] [stdout] test codec::variable_byte_integer::unit::encode_two_lower_bound ... ok [INFO] [stdout] test codec::variable_byte_integer::unit::decode_two_upper_bound ... ok [INFO] [stdout] test codec::four_byte_integer::unit::encode ... ok [INFO] [stdout] test codec::packet_type::unit::mqtt_2_1_3_1 ... ok [INFO] [stdout] test codec::byte::unit::encode ... ok [INFO] [stdout] test codec::two_byte_integer::unit::decode ... ok [INFO] [stdout] test codec::four_byte_integer::unit::decode ... ok [INFO] [stdout] test codec::byte::unit::decode_true ... ok [INFO] [stdout] test codec::four_byte_integer::unit::decode_eof ... ok [INFO] [stdout] test codec::byte::unit::decode ... ok [INFO] [stdout] test codec::two_byte_integer::unit::encode ... ok [INFO] [stdout] test codec::utf8_string::unit::encode ... ok [INFO] [stdout] test codec::variable_byte_integer::unit::mqtt_1_5_5_1 ... ok [INFO] [stdout] test codec::variable_byte_integer::unit::encode_two_upper_bound ... ok [INFO] [stdout] test codec::binary_data::unit::decode_eof ... ok [INFO] [stdout] test codec::utf8_string::unit::encode_empty ... ok [INFO] [stdout] test codec::variable_byte_integer::unit::encode_three_upper_bound ... ok [INFO] [stdout] test codec::variable_byte_integer::unit::encode_three_lower_bound ... ok [INFO] [stdout] test codec::variable_byte_integer::unit::decode_eof ... ok [INFO] [stdout] test codec::variable_byte_integer::unit::encode_four_lower_bound ... ok [INFO] [stdout] test codec::utf8_string::unit::decode_empty ... ok [INFO] [stdout] test codec::variable_byte_integer::unit::decode_one_lower_bound ... ok [INFO] [stdout] test codec::binary_data::unit::encode ... ok [INFO] [stdout] test codec::binary_data::unit::decode_empty ... ok [INFO] [stdout] test codec::variable_byte_integer::unit::decode_three_upper_bound ... ok [INFO] [stdout] test codec::variable_byte_integer::unit::decode_three_lower_bound ... ok [INFO] [stdout] test codec::binary_data::unit::encode_empty ... ok [INFO] [stdout] test codec::variable_byte_integer::unit::decode_four_upper_bound ... ok [INFO] [stdout] test codec::qos::unit::encode ... ok [INFO] [stdout] test codec::variable_byte_integer::unit::decode_one_upper_bound ... ok [INFO] [stdout] test codec::variable_byte_integer::unit::encode_one_upper_bound ... ok [INFO] [stdout] test codec::qos::unit::decode ... ok [INFO] [stdout] test codec::variable_byte_integer::unit::encode_four_upper_bound ... ok [INFO] [stdout] test codec::reason_code::unit::encode ... ok [INFO] [stdout] test control::unsuback::unit::decode ... ok [INFO] [stdout] test codec::binary_data::unit::decode ... ok [INFO] [stdout] test authentication::unit::encode ... ok [INFO] [stdout] test control::pubrel::unit::decode ... ok [INFO] [stdout] test control::connect::unit::encode ... ok [INFO] [stdout] test control::pubrec::unit::decode ... ok [INFO] [stdout] test control::pubcomp::unit::encode ... ok [INFO] [stdout] test control::publish::unit::decode ... ok [INFO] [stdout] test control::pubrec::unit::encode ... ok [INFO] [stdout] test control::publish::unit::encode ... ok [INFO] [stdout] test authentication::unit::encode_empty ... ok [INFO] [stdout] test control::subscribe::unit::decode ... ok [INFO] [stdout] test control::pubcomp::unit::decode ... ok [INFO] [stdout] test control::connack::unit::encode ... ok [INFO] [stdout] test control::connect::unit::decode ... ok [INFO] [stdout] test control::connect::unit::decode_default_auth ... ok [INFO] [stdout] test control::connect::unit::encode_default_auth ... ok [INFO] [stdout] test control::auth::unit::encode ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 75 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.59s [INFO] [stdout] [INFO] [stderr] Running tests/defaults_encode_decode.rs (/opt/rustwide/target/debug/deps/defaults_encode_decode-48a1f97b3c0bd3c2) [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test default_pubcomp ... ok [INFO] [stdout] test default_disconnect ... ok [INFO] [stdout] test default_pingreq ... ok [INFO] [stdout] test default_pubrec ... ok [INFO] [stdout] test default_puback ... ok [INFO] [stdout] test connect_with_default_auth ... ok [INFO] [stdout] test default_connect ... ok [INFO] [stdout] test default_suback ... ok [INFO] [stdout] test default_subscribe ... ok [INFO] [stdout] test default_pubrel ... ok [INFO] [stdout] test default_publish ... ok [INFO] [stdout] test default_auth ... ok [INFO] [stdout] test default_pingresp ... ok [INFO] [stdout] test default_unsubscribe ... ok [INFO] [stdout] test default_connack ... ok [INFO] [stdout] test default_unsuback ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.72s [INFO] [stdout] [INFO] [stderr] Doc-tests sage_mqtt [INFO] [stderr] warning: lint `missing_doc_code_examples` has been renamed to `rustdoc::missing_doc_code_examples` [INFO] [stderr] --> /opt/rustwide/workdir/src/lib.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #![warn(missing_doc_code_examples)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::missing_doc_code_examples` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [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" "b0873d31750da0ce56b15a667ff13f6687e0068a6ce5e195e41005c0c11af905", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0873d31750da0ce56b15a667ff13f6687e0068a6ce5e195e41005c0c11af905", kill_on_drop: false }` [INFO] [stdout] b0873d31750da0ce56b15a667ff13f6687e0068a6ce5e195e41005c0c11af905