[INFO] cloning repository https://github.com/afics/rust-snmp-collector [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/afics/rust-snmp-collector" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fafics%2Frust-snmp-collector", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fafics%2Frust-snmp-collector'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9f5b870f5fd53dd5d23881215693112b7456c92f [INFO] testing afics/rust-snmp-collector against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fafics%2Frust-snmp-collector" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/afics/rust-snmp-collector on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/afics/rust-snmp-collector [INFO] finished tweaking git repo https://github.com/afics/rust-snmp-collector [INFO] tweaked toml for git repo https://github.com/afics/rust-snmp-collector written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/afics/rust-snmp-collector already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 411028b58d45d7870d0cfc009a5af31680899e42f926b2680ff3d24ffe85f6c5 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "411028b58d45d7870d0cfc009a5af31680899e42f926b2680ff3d24ffe85f6c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "411028b58d45d7870d0cfc009a5af31680899e42f926b2680ff3d24ffe85f6c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "411028b58d45d7870d0cfc009a5af31680899e42f926b2680ff3d24ffe85f6c5", kill_on_drop: false }` [INFO] [stdout] 411028b58d45d7870d0cfc009a5af31680899e42f926b2680ff3d24ffe85f6c5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b91d0c6ccfd9722115421ef94366bd1abb8db6265287b0a92fc8118d4f30be4f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b91d0c6ccfd9722115421ef94366bd1abb8db6265287b0a92fc8118d4f30be4f", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.103 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling yasna v0.4.0 [INFO] [stderr] Compiling dtoa v0.4.8 [INFO] [stderr] Compiling block-padding v0.2.1 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling os_str_bytes v3.1.0 [INFO] [stderr] Compiling indextree v4.3.1 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling scan_dir v0.3.3 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling proc-macro2 v1.0.29 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling textwrap v0.14.2 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling generic-array v0.12.4 [INFO] [stderr] Compiling snmp_mp v0.1.0 (https://github.com/afics/modern_snmp?rev=84cbae0ef8d18354a4d9a5b8ca270c3536d02555#84cbae0e) [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling cipher v0.3.0 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling crypto-mac v0.11.1 [INFO] [stderr] Compiling syn v1.0.80 [INFO] [stderr] Compiling sha-1 v0.9.8 [INFO] [stderr] Compiling md-5 v0.9.1 [INFO] [stderr] Compiling hmac v0.11.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling des v0.7.0 [INFO] [stderr] Compiling aes v0.7.5 [INFO] [stderr] Compiling block-modes v0.8.1 [INFO] [stderr] Compiling cfb-mode v0.7.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling env_logger v0.9.0 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling snmp_usm v0.2.0 (https://github.com/afics/modern_snmp?rev=84cbae0ef8d18354a4d9a5b8ca270c3536d02555#84cbae0e) [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling num v0.2.1 [INFO] [stderr] Compiling size_format v1.0.2 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling pest_consume_macros v1.1.0 [INFO] [stderr] Compiling clap_derive v3.0.0-beta.4 [INFO] [stderr] Compiling thiserror-impl v1.0.29 [INFO] [stderr] Compiling structopt-derive v0.4.16 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling pest_consume v1.1.1 [INFO] [stderr] Compiling structopt v0.3.23 [INFO] [stderr] Compiling msnmp v0.1.0 (https://github.com/afics/modern_snmp?rev=84cbae0ef8d18354a4d9a5b8ca270c3536d02555#84cbae0e) [INFO] [stderr] Compiling thiserror v1.0.29 [INFO] [stderr] Compiling clap v3.0.0-beta.4 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling serde_yaml v0.8.21 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling mib_parser v0.1.0 (https://github.com/afics/mib-parser?rev=299a60a5d35fbfa4f8b9f94fd58874e9e9c3b2e8#299a60a5) [INFO] [stderr] Compiling config-file v0.2.1 [INFO] [stderr] Compiling rust-snmp-collector v0.3.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 09s [INFO] running `Command { std: "docker" "inspect" "b91d0c6ccfd9722115421ef94366bd1abb8db6265287b0a92fc8118d4f30be4f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b91d0c6ccfd9722115421ef94366bd1abb8db6265287b0a92fc8118d4f30be4f", kill_on_drop: false }` [INFO] [stdout] b91d0c6ccfd9722115421ef94366bd1abb8db6265287b0a92fc8118d4f30be4f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 193786b03a4a6faca6896e22c441df9773e4ad1c4b96f31b916b76b271758a48 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "193786b03a4a6faca6896e22c441df9773e4ad1c4b96f31b916b76b271758a48", kill_on_drop: false }` [INFO] [stderr] Compiling rust-snmp-collector v0.3.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.81s [INFO] running `Command { std: "docker" "inspect" "193786b03a4a6faca6896e22c441df9773e4ad1c4b96f31b916b76b271758a48", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "193786b03a4a6faca6896e22c441df9773e4ad1c4b96f31b916b76b271758a48", kill_on_drop: false }` [INFO] [stdout] 193786b03a4a6faca6896e22c441df9773e4ad1c4b96f31b916b76b271758a48 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b0c73ab016ce8d047c059ea4189be30576b26c93ee04c1728b86c84fc5837607 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b0c73ab016ce8d047c059ea4189be30576b26c93ee04c1728b86c84fc5837607", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rust_snmp_collector-87d34440a14c099f) [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" "b0c73ab016ce8d047c059ea4189be30576b26c93ee04c1728b86c84fc5837607", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0c73ab016ce8d047c059ea4189be30576b26c93ee04c1728b86c84fc5837607", kill_on_drop: false }` [INFO] [stdout] b0c73ab016ce8d047c059ea4189be30576b26c93ee04c1728b86c84fc5837607