[INFO] crate equuleus 0.1.0 is already in cache [INFO] extracting crate equuleus 0.1.0 into work/ex/beta-1.37-6/sources/1.36.0/reg/equuleus/0.1.0 [INFO] extracting crate equuleus 0.1.0 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/equuleus/0.1.0 [INFO] validating manifest of equuleus-0.1.0 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of equuleus-0.1.0 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing equuleus-0.1.0 [INFO] finished frobbing equuleus-0.1.0 [INFO] frobbed toml for equuleus-0.1.0 written to work/ex/beta-1.37-6/sources/1.36.0/reg/equuleus/0.1.0/Cargo.toml [INFO] started frobbing equuleus-0.1.0 [INFO] finished frobbing equuleus-0.1.0 [INFO] frobbed toml for equuleus-0.1.0 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/equuleus/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing equuleus-0.1.0 against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/equuleus/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 29dd40e9ded0486763e6b2521cc73b8719819cc80db6a7c783233fb1914a1031 [INFO] running `"docker" "start" "-a" "29dd40e9ded0486763e6b2521cc73b8719819cc80db6a7c783233fb1914a1031"` [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling log4rs v0.8.3 [INFO] [stderr] Compiling equuleus v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: static variable `BaudRate` should have an upper case name [INFO] [stderr] --> src/tty.rs:15:20 [INFO] [stderr] | [INFO] [stderr] 15 | pub static ref BaudRate: Vec = vec![1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200]; [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to upper case: `BAUD_RATE` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_upper_case_globals)] on by default [INFO] [stderr] [INFO] [stderr] warning: static variable `DataBits` should have an upper case name [INFO] [stderr] --> src/tty.rs:16:20 [INFO] [stderr] | [INFO] [stderr] 16 | pub static ref DataBits: BTreeMap<&'static str, &'static str> = { [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to upper case: `DATA_BITS` [INFO] [stderr] [INFO] [stderr] warning: static variable `FlowControl` should have an upper case name [INFO] [stderr] --> src/tty.rs:24:20 [INFO] [stderr] | [INFO] [stderr] 24 | pub static ref FlowControl: BTreeMap<&'static str, &'static str> = { [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to upper case: `FLOW_CONTROL` [INFO] [stderr] [INFO] [stderr] warning: static variable `Parity` should have an upper case name [INFO] [stderr] --> src/tty.rs:31:20 [INFO] [stderr] | [INFO] [stderr] 31 | pub static ref Parity: BTreeMap<&'static str, &'static str> = { [INFO] [stderr] | ^^^^^^ help: convert the identifier to upper case: `PARITY` [INFO] [stderr] [INFO] [stderr] warning: static variable `StopBits` should have an upper case name [INFO] [stderr] --> src/tty.rs:38:20 [INFO] [stderr] | [INFO] [stderr] 38 | pub static ref StopBits: BTreeMap<&'static str, &'static str> = { [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to upper case: `STOP_BITS` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.93s [INFO] running `"docker" "inspect" "29dd40e9ded0486763e6b2521cc73b8719819cc80db6a7c783233fb1914a1031"` [INFO] running `"docker" "rm" "-f" "29dd40e9ded0486763e6b2521cc73b8719819cc80db6a7c783233fb1914a1031"` [INFO] [stdout] 29dd40e9ded0486763e6b2521cc73b8719819cc80db6a7c783233fb1914a1031 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/equuleus/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 2ddc0f76024106e4090a06cb4572aed4af5818df68302be1e2cd529d31492594 [INFO] running `"docker" "start" "-a" "2ddc0f76024106e4090a06cb4572aed4af5818df68302be1e2cd529d31492594"` [INFO] [stderr] Compiling equuleus v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: static variable `BaudRate` should have an upper case name [INFO] [stderr] --> src/tty.rs:15:20 [INFO] [stderr] | [INFO] [stderr] 15 | pub static ref BaudRate: Vec = vec![1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200]; [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to upper case: `BAUD_RATE` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_upper_case_globals)] on by default [INFO] [stderr] [INFO] [stderr] warning: static variable `DataBits` should have an upper case name [INFO] [stderr] --> src/tty.rs:16:20 [INFO] [stderr] | [INFO] [stderr] 16 | pub static ref DataBits: BTreeMap<&'static str, &'static str> = { [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to upper case: `DATA_BITS` [INFO] [stderr] [INFO] [stderr] warning: static variable `FlowControl` should have an upper case name [INFO] [stderr] --> src/tty.rs:24:20 [INFO] [stderr] | [INFO] [stderr] 24 | pub static ref FlowControl: BTreeMap<&'static str, &'static str> = { [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to upper case: `FLOW_CONTROL` [INFO] [stderr] [INFO] [stderr] warning: static variable `Parity` should have an upper case name [INFO] [stderr] --> src/tty.rs:31:20 [INFO] [stderr] | [INFO] [stderr] 31 | pub static ref Parity: BTreeMap<&'static str, &'static str> = { [INFO] [stderr] | ^^^^^^ help: convert the identifier to upper case: `PARITY` [INFO] [stderr] [INFO] [stderr] warning: static variable `StopBits` should have an upper case name [INFO] [stderr] --> src/tty.rs:38:20 [INFO] [stderr] | [INFO] [stderr] 38 | pub static ref StopBits: BTreeMap<&'static str, &'static str> = { [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to upper case: `STOP_BITS` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.51s [INFO] running `"docker" "inspect" "2ddc0f76024106e4090a06cb4572aed4af5818df68302be1e2cd529d31492594"` [INFO] running `"docker" "rm" "-f" "2ddc0f76024106e4090a06cb4572aed4af5818df68302be1e2cd529d31492594"` [INFO] [stdout] 2ddc0f76024106e4090a06cb4572aed4af5818df68302be1e2cd529d31492594 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/equuleus/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "test" "--frozen"` [INFO] [stdout] 634ab1b32fdae3ba1cda0be6872743777b85f262bfc2de1d877e98ce67313f2f [INFO] running `"docker" "start" "-a" "634ab1b32fdae3ba1cda0be6872743777b85f262bfc2de1d877e98ce67313f2f"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/equuleus-e317d7d09132077d [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] [stderr] Running /opt/crater/target/debug/deps/equuleus-839bf0337e5c7111 [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] [stderr] Doc-tests equuleus [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" "634ab1b32fdae3ba1cda0be6872743777b85f262bfc2de1d877e98ce67313f2f"` [INFO] running `"docker" "rm" "-f" "634ab1b32fdae3ba1cda0be6872743777b85f262bfc2de1d877e98ce67313f2f"` [INFO] [stdout] 634ab1b32fdae3ba1cda0be6872743777b85f262bfc2de1d877e98ce67313f2f