[INFO] updating cached repository https://github.com/mciantyre/ser2tcp [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e270ee663087bef483a9c455aef3b0827038271a [INFO] testing mciantyre/ser2tcp against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmciantyre%2Fser2tcp" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mciantyre/ser2tcp on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/mciantyre/ser2tcp [INFO] finished tweaking git repo https://github.com/mciantyre/ser2tcp [INFO] tweaked toml for git repo https://github.com/mciantyre/ser2tcp written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/mciantyre/ser2tcp already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0d3739ee5de0cf193637e1ad7115bbe39fc8addfa1acc27a6cad21f75926cc63 [INFO] running `"docker" "start" "-a" "0d3739ee5de0cf193637e1ad7115bbe39fc8addfa1acc27a6cad21f75926cc63"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling regex-syntax v0.6.1 [INFO] [stderr] Compiling crossbeam-epoch v0.4.3 [INFO] [stderr] Compiling tokio-reactor v0.1.2 [INFO] [stderr] Compiling tokio-codec v0.1.0 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling crossbeam-deque v0.3.1 [INFO] [stderr] Compiling tokio-udp v0.1.1 [INFO] [stderr] Compiling tokio-tcp v0.1.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.4 [INFO] [stderr] Compiling libudev v0.2.0 [INFO] [stderr] Compiling serialport v2.3.0 [INFO] [stderr] Compiling tokio-fs v0.1.1 [INFO] [stderr] Compiling mio-serial v0.8.0 [INFO] [stderr] Compiling tokio v0.1.7 [INFO] [stderr] Compiling tokio-serial v0.8.0 [INFO] [stderr] Compiling regex v1.0.0 [INFO] [stderr] Compiling env_logger v0.5.10 [INFO] [stderr] Compiling ser2tcp v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead [INFO] [stderr] --> src/main.rs:182:28 [INFO] [stderr] | [INFO] [stderr] 182 | let (_, reader) = port.framed(LinesCodec::new()).split(); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 31.97s [INFO] running `"docker" "inspect" "0d3739ee5de0cf193637e1ad7115bbe39fc8addfa1acc27a6cad21f75926cc63"` [INFO] running `"docker" "rm" "-f" "0d3739ee5de0cf193637e1ad7115bbe39fc8addfa1acc27a6cad21f75926cc63"` [INFO] [stdout] 0d3739ee5de0cf193637e1ad7115bbe39fc8addfa1acc27a6cad21f75926cc63 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b6a7dc4a1ba8f662c6db44ee97e09ce38f5cbf3b7040cc21da59a89935a1def1 [INFO] running `"docker" "start" "-a" "b6a7dc4a1ba8f662c6db44ee97e09ce38f5cbf3b7040cc21da59a89935a1def1"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling ser2tcp v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead [INFO] [stderr] --> src/main.rs:182:28 [INFO] [stderr] | [INFO] [stderr] 182 | let (_, reader) = port.framed(LinesCodec::new()).split(); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.26s [INFO] running `"docker" "inspect" "b6a7dc4a1ba8f662c6db44ee97e09ce38f5cbf3b7040cc21da59a89935a1def1"` [INFO] running `"docker" "rm" "-f" "b6a7dc4a1ba8f662c6db44ee97e09ce38f5cbf3b7040cc21da59a89935a1def1"` [INFO] [stdout] b6a7dc4a1ba8f662c6db44ee97e09ce38f5cbf3b7040cc21da59a89935a1def1 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] bda199dad0abf83f3ca8a2eeb59fea701dafc7fa88fbd1610adc342c2502d7da [INFO] running `"docker" "start" "-a" "bda199dad0abf83f3ca8a2eeb59fea701dafc7fa88fbd1610adc342c2502d7da"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead [INFO] [stderr] --> src/main.rs:182:28 [INFO] [stderr] | [INFO] [stderr] 182 | let (_, reader) = port.framed(LinesCodec::new()).split(); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.22s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/ser2tcp-8805326c78caa0ef [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "bda199dad0abf83f3ca8a2eeb59fea701dafc7fa88fbd1610adc342c2502d7da"` [INFO] running `"docker" "rm" "-f" "bda199dad0abf83f3ca8a2eeb59fea701dafc7fa88fbd1610adc342c2502d7da"` [INFO] [stdout] bda199dad0abf83f3ca8a2eeb59fea701dafc7fa88fbd1610adc342c2502d7da