[INFO] updating cached repository https://github.com/x1a0/bcproxy-rust [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] 89f7a9d0bef79ac1c2fd5187befbad45be98d8a0 [INFO] testing x1a0/bcproxy-rust against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fx1a0%2Fbcproxy-rust" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/x1a0/bcproxy-rust on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/x1a0/bcproxy-rust [INFO] finished tweaking git repo https://github.com/x1a0/bcproxy-rust [INFO] tweaked toml for git repo https://github.com/x1a0/bcproxy-rust written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/x1a0/bcproxy-rust already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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.38.0" "build" "--frozen"` [INFO] [stdout] 4d281d9a9e74cb6608a4eb45064490daf5fd2343475a5a9b6a32463c337163f5 [INFO] running `"docker" "start" "-a" "4d281d9a9e74cb6608a4eb45064490daf5fd2343475a5a9b6a32463c337163f5"` [INFO] [stderr] Compiling either v1.5.0 [INFO] [stderr] Compiling num-traits v0.2.4 [INFO] [stderr] Compiling num-integer v0.1.38 [INFO] [stderr] Compiling lazy_static v1.0.1 [INFO] [stderr] Compiling md5 v0.3.7 [INFO] [stderr] Compiling futures v0.1.21 [INFO] [stderr] Compiling regex v1.0.0 [INFO] [stderr] Compiling termcolor v0.3.6 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling crossbeam-utils v0.3.2 [INFO] [stderr] Compiling block-buffer v0.3.3 [INFO] [stderr] Compiling log v0.4.1 [INFO] [stderr] Compiling net2 v0.2.32 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling socket2 v0.3.6 [INFO] [stderr] Compiling phf_shared v0.7.21 [INFO] [stderr] Compiling regex-syntax v0.6.0 [INFO] [stderr] Compiling scheduled-thread-pool v0.2.0 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling bytes v0.4.8 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling futures-core v0.2.1 [INFO] [stderr] Compiling crossbeam-epoch v0.4.1 [INFO] [stderr] Compiling clap v2.31.2 [INFO] [stderr] Compiling generic-array v0.9.0 [INFO] [stderr] Compiling mio v0.6.14 [INFO] [stderr] Compiling phf v0.7.21 [INFO] [stderr] Compiling rand v0.3.22 [INFO] [stderr] Compiling r2d2 v0.8.2 [INFO] [stderr] Compiling crypto-mac v0.5.2 [INFO] [stderr] Compiling digest v0.7.2 [INFO] [stderr] Compiling futures-channel v0.2.1 [INFO] [stderr] Compiling futures-io v0.2.1 [INFO] [stderr] Compiling crossbeam-deque v0.3.1 [INFO] [stderr] Compiling hmac v0.5.0 [INFO] [stderr] Compiling sha2 v0.7.1 [INFO] [stderr] Compiling tokio-io v0.1.6 [INFO] [stderr] Compiling tokio-executor v0.1.2 [INFO] [stderr] Compiling chrono v0.4.2 [INFO] [stderr] Compiling postgres-protocol v0.3.2 [INFO] [stderr] Compiling futures-sink v0.2.1 [INFO] [stderr] Compiling futures-util v0.2.1 [INFO] [stderr] Compiling tokio-threadpool v0.1.3 [INFO] [stderr] Compiling tokio-timer v0.2.3 [INFO] [stderr] Compiling tokio-reactor v0.1.1 [INFO] [stderr] Compiling postgres-shared v0.4.1 [INFO] [stderr] Compiling tokio-fs v0.1.0 [INFO] [stderr] Compiling tokio-udp v0.1.0 [INFO] [stderr] Compiling tokio-tcp v0.1.0 [INFO] [stderr] Compiling futures-executor v0.2.1 [INFO] [stderr] Compiling tokio v0.1.6 [INFO] [stderr] Compiling postgres v0.15.2 [INFO] [stderr] Compiling futures-stable v0.2.1 [INFO] [stderr] Compiling env_logger v0.5.10 [INFO] [stderr] Compiling futures-async-runtime v0.2.1 [INFO] [stderr] Compiling futures v0.2.1 [INFO] [stderr] Compiling r2d2_postgres v0.14.0 [INFO] [stderr] Compiling bcproxy-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/protocol/bat_mapper.rs:54:25 [INFO] [stderr] | [INFO] [stderr] 54 | let mut bytes = input.split_to(i + next_index); [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 37.38s [INFO] running `"docker" "inspect" "4d281d9a9e74cb6608a4eb45064490daf5fd2343475a5a9b6a32463c337163f5"` [INFO] running `"docker" "rm" "-f" "4d281d9a9e74cb6608a4eb45064490daf5fd2343475a5a9b6a32463c337163f5"` [INFO] [stdout] 4d281d9a9e74cb6608a4eb45064490daf5fd2343475a5a9b6a32463c337163f5 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 061666384f9fc65e19863b3c3e69a3a01a0c2ba0f551962cd32f08ed7d699cff [INFO] running `"docker" "start" "-a" "061666384f9fc65e19863b3c3e69a3a01a0c2ba0f551962cd32f08ed7d699cff"` [INFO] [stderr] Compiling bcproxy-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/protocol/bat_mapper.rs:54:25 [INFO] [stderr] | [INFO] [stderr] 54 | let mut bytes = input.split_to(i + next_index); [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.01s [INFO] running `"docker" "inspect" "061666384f9fc65e19863b3c3e69a3a01a0c2ba0f551962cd32f08ed7d699cff"` [INFO] running `"docker" "rm" "-f" "061666384f9fc65e19863b3c3e69a3a01a0c2ba0f551962cd32f08ed7d699cff"` [INFO] [stdout] 061666384f9fc65e19863b3c3e69a3a01a0c2ba0f551962cd32f08ed7d699cff [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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.38.0" "test" "--frozen"` [INFO] [stdout] 33f65041721a227713be37ac5b5c41d670d535b15182d4828637a157036f2c7a [INFO] running `"docker" "start" "-a" "33f65041721a227713be37ac5b5c41d670d535b15182d4828637a157036f2c7a"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/bcproxy_rust-534b5e5bccbd24e9 [INFO] [stdout] [INFO] [stdout] running 41 tests [INFO] [stdout] test color::test::base_colors ... ok [INFO] [stdout] test codec::tests::code_in_plain_text ... ok [INFO] [stdout] test codec::tests::code_stack ... ok [INFO] [stdout] test color::test::greys ... ok [INFO] [stdout] test protocol::bat_mapper::tests::realm_map ... ok [INFO] [stdout] test protocol::control_code::tests::code_06 ... ok [INFO] [stdout] test protocol::control_code::tests::code_00 ... ok [INFO] [stdout] test protocol::control_code::tests::code_05 ... ok [INFO] [stdout] test protocol::control_code::tests::code_10_chan ... ok [INFO] [stdout] test protocol::control_code::tests::code_10_spec_prompt ... ok [INFO] [stdout] test protocol::control_code::tests::code_10_spec_map ... ok [INFO] [stdout] test protocol::bat_mapper::tests::area_room ... ok [INFO] [stdout] test protocol::control_code::tests::code_20 ... ok [INFO] [stdout] test protocol::control_code::tests::code_11 ... ok [INFO] [stdout] test protocol::control_code::tests::code_10 ... ok [INFO] [stdout] test protocol::control_code::tests::code_21 ... ok [INFO] [stdout] test color::test::others ... ok [INFO] [stdout] test protocol::control_code::tests::code_23 ... ok [INFO] [stdout] test protocol::control_code::tests::code_24 ... ok [INFO] [stdout] test protocol::control_code::tests::code_29 ... ok [INFO] [stdout] test protocol::control_code::tests::code_30 ... ok [INFO] [stdout] test protocol::control_code::tests::code_22 ... ok [INFO] [stdout] test protocol::control_code::tests::code_31_different ... ok [INFO] [stdout] test protocol::control_code::tests::code_31_same ... ok [INFO] [stdout] test protocol::control_code::tests::code_42 ... ok [INFO] [stdout] test protocol::control_code::tests::code_40 ... ok [INFO] [stdout] test protocol::control_code::tests::code_41 ... ok [INFO] [stdout] test protocol::control_code::tests::code_50 ... ok [INFO] [stdout] test protocol::control_code::tests::code_53 ... ok [INFO] [stdout] test protocol::control_code::tests::code_25 ... ok [INFO] [stdout] test protocol::control_code::tests::code_51 ... ok [INFO] [stdout] test protocol::control_code::tests::code_52 ... ok [INFO] [stdout] test protocol::control_code::tests::code_54 ... ok [INFO] [stdout] test protocol::control_code::tests::code_61 ... ok [INFO] [stdout] test protocol::control_code::tests::code_60 ... ok [INFO] [stdout] test protocol::control_code::tests::code_62 ... ok [INFO] [stdout] test protocol::control_code::tests::code_64 ... ok [INFO] [stdout] test protocol::control_code::tests::code_63 ... ok [INFO] [stdout] test protocol::control_code::tests::code_99_multiple_line ... ok [INFO] [stdout] test protocol::control_code::tests::code_99 ... ok [INFO] [stdout] test protocol::control_code::tests::code_70 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 41 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "33f65041721a227713be37ac5b5c41d670d535b15182d4828637a157036f2c7a"` [INFO] running `"docker" "rm" "-f" "33f65041721a227713be37ac5b5c41d670d535b15182d4828637a157036f2c7a"` [INFO] [stdout] 33f65041721a227713be37ac5b5c41d670d535b15182d4828637a157036f2c7a