[INFO] updating cached repository Robertof/plus485 [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Robertof/plus485 [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Robertof/plus485" "work/ex/beta-1.38-1/sources/1.37.0/gh/Robertof/plus485"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/Robertof/plus485'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Robertof/plus485" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Robertof/plus485"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Robertof/plus485'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e56b0953d4f2a06fad3a851d5e9a062495108a17 [INFO] sha for GitHub repo Robertof/plus485: e56b0953d4f2a06fad3a851d5e9a062495108a17 [INFO] validating manifest of Robertof/plus485 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Robertof/plus485 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Robertof/plus485 [INFO] finished frobbing Robertof/plus485 [INFO] frobbed toml for Robertof/plus485 written to work/ex/beta-1.38-1/sources/1.37.0/gh/Robertof/plus485/Cargo.toml [INFO] started frobbing Robertof/plus485 [INFO] finished frobbing Robertof/plus485 [INFO] frobbed toml for Robertof/plus485 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Robertof/plus485/Cargo.toml [INFO] crate Robertof/plus485 already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing Robertof/plus485 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/Robertof/plus485:/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.37.0" "build" "--frozen"` [INFO] [stdout] 3d2a6d1c344b58b1d14b24ff27567cfb4071383307f2f0a1949854323e025672 [INFO] running `"docker" "start" "-a" "3d2a6d1c344b58b1d14b24ff27567cfb4071383307f2f0a1949854323e025672"` [INFO] [stderr] Compiling cc v1.0.20 [INFO] [stderr] Compiling crossbeam-utils v0.3.2 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling tokio-executor v0.1.3 [INFO] [stderr] Compiling bytes v0.4.9 [INFO] [stderr] Compiling mio v0.6.15 [INFO] [stderr] Compiling crossbeam-epoch v0.4.3 [INFO] [stderr] Compiling tokio-timer v0.2.6 [INFO] [stderr] Compiling crossbeam-deque v0.3.1 [INFO] [stderr] Compiling libudev v0.2.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.5 [INFO] [stderr] Compiling tokio-io v0.1.7 [INFO] [stderr] Compiling nix v0.10.0 [INFO] [stderr] Compiling backtrace-sys v0.1.24 [INFO] [stderr] Compiling tokio-codec v0.1.0 [INFO] [stderr] Compiling tokio-reactor v0.1.3 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling tokio-fs v0.1.3 [INFO] [stderr] Compiling error-chain v0.12.0 [INFO] [stderr] Compiling tokio-udp v0.1.1 [INFO] [stderr] Compiling tokio-tcp v0.1.1 [INFO] [stderr] Compiling tokio v0.1.7 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling serialport v2.3.0 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling mio-serial v0.8.0 [INFO] [stderr] Compiling tokio-serial v0.8.0 [INFO] [stderr] Compiling tokio-modbus v0.2.2 (https://github.com/slowtec/tokio-modbus#6b9352a7) [INFO] [stderr] Compiling plus485 v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | foreign_links { [INFO] [stderr] 3 | | Io(::std::io::Error); [INFO] [stderr] 4 | | } [INFO] [stderr] 5 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 48.29s [INFO] running `"docker" "inspect" "3d2a6d1c344b58b1d14b24ff27567cfb4071383307f2f0a1949854323e025672"` [INFO] running `"docker" "rm" "-f" "3d2a6d1c344b58b1d14b24ff27567cfb4071383307f2f0a1949854323e025672"` [INFO] [stdout] 3d2a6d1c344b58b1d14b24ff27567cfb4071383307f2f0a1949854323e025672 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/Robertof/plus485:/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.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] aca9056b7a13e1f6f6905988d06f36abe88842d0d651a65d713d21d975375886 [INFO] running `"docker" "start" "-a" "aca9056b7a13e1f6f6905988d06f36abe88842d0d651a65d713d21d975375886"` [INFO] [stderr] Compiling plus485 v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | foreign_links { [INFO] [stderr] 3 | | Io(::std::io::Error); [INFO] [stderr] 4 | | } [INFO] [stderr] 5 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.46s [INFO] running `"docker" "inspect" "aca9056b7a13e1f6f6905988d06f36abe88842d0d651a65d713d21d975375886"` [INFO] running `"docker" "rm" "-f" "aca9056b7a13e1f6f6905988d06f36abe88842d0d651a65d713d21d975375886"` [INFO] [stdout] aca9056b7a13e1f6f6905988d06f36abe88842d0d651a65d713d21d975375886 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/Robertof/plus485:/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.37.0" "test" "--frozen"` [INFO] [stdout] bc21c2773801062ada8bb142cf1f6f58f4b868bc09a8180dfb6cc8742b2b984e [INFO] running `"docker" "start" "-a" "bc21c2773801062ada8bb142cf1f6f58f4b868bc09a8180dfb6cc8742b2b984e"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running /opt/crater/target/debug/deps/plus485-1d197d1fb9f5c7de [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/plus485-54dbf212651c4ce0 [INFO] [stdout] running 3 tests [INFO] [stdout] test num_utils::test_signum ... ok [INFO] [stdout] test num_utils::test_exponent_decoding ... ok [INFO] [stdout] test num_utils::test_bcd_decoding ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [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 plus485 [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/data.rs - data::Register::unit (line 233) ... ok [INFO] [stdout] test src/data.rs - data::Register (line 138) ... ok [INFO] [stdout] test src/data.rs - data::Register::format (line 214) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "bc21c2773801062ada8bb142cf1f6f58f4b868bc09a8180dfb6cc8742b2b984e"` [INFO] running `"docker" "rm" "-f" "bc21c2773801062ada8bb142cf1f6f58f4b868bc09a8180dfb6cc8742b2b984e"` [INFO] [stdout] bc21c2773801062ada8bb142cf1f6f58f4b868bc09a8180dfb6cc8742b2b984e