[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.37-6/sources/1.36.0/gh/Robertof/plus485"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/Robertof/plus485'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Robertof/plus485" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Robertof/plus485"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/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.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 Robertof/plus485 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 Robertof/plus485 [INFO] finished frobbing Robertof/plus485 [INFO] frobbed toml for Robertof/plus485 written to work/ex/beta-1.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/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.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 Robertof/plus485 against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 9a0a577c1b58ae26aaf3f3ccf2275178db46f9aa8e1af832ffd2201970fb09db [INFO] running `"docker" "start" "-a" "9a0a577c1b58ae26aaf3f3ccf2275178db46f9aa8e1af832ffd2201970fb09db"` [INFO] [stderr] Compiling cc v1.0.20 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling tokio-executor v0.1.3 [INFO] [stderr] Compiling mio v0.6.15 [INFO] [stderr] Compiling tokio-io v0.1.7 [INFO] [stderr] Compiling nix v0.10.0 [INFO] [stderr] Compiling crossbeam-deque v0.3.1 [INFO] [stderr] Compiling tokio-threadpool v0.1.5 [INFO] [stderr] Compiling tokio-timer v0.2.6 [INFO] [stderr] Compiling libudev v0.2.0 [INFO] [stderr] Compiling tokio-codec v0.1.0 [INFO] [stderr] Compiling tokio-reactor v0.1.3 [INFO] [stderr] Compiling backtrace-sys v0.1.24 [INFO] [stderr] Compiling tokio-fs v0.1.3 [INFO] [stderr] Compiling tokio-tcp v0.1.1 [INFO] [stderr] Compiling tokio-udp v0.1.1 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling tokio v0.1.7 [INFO] [stderr] Compiling error-chain v0.12.0 [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 49.20s [INFO] running `"docker" "inspect" "9a0a577c1b58ae26aaf3f3ccf2275178db46f9aa8e1af832ffd2201970fb09db"` [INFO] running `"docker" "rm" "-f" "9a0a577c1b58ae26aaf3f3ccf2275178db46f9aa8e1af832ffd2201970fb09db"` [INFO] [stdout] 9a0a577c1b58ae26aaf3f3ccf2275178db46f9aa8e1af832ffd2201970fb09db [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] d1d7bbaf14ab5b2b0a8226b1950815171492be1ffe6e3bf5ba482eec0aa84d00 [INFO] running `"docker" "start" "-a" "d1d7bbaf14ab5b2b0a8226b1950815171492be1ffe6e3bf5ba482eec0aa84d00"` [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 2.39s [INFO] running `"docker" "inspect" "d1d7bbaf14ab5b2b0a8226b1950815171492be1ffe6e3bf5ba482eec0aa84d00"` [INFO] running `"docker" "rm" "-f" "d1d7bbaf14ab5b2b0a8226b1950815171492be1ffe6e3bf5ba482eec0aa84d00"` [INFO] [stdout] d1d7bbaf14ab5b2b0a8226b1950815171492be1ffe6e3bf5ba482eec0aa84d00 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] e62fbb27727884dce792b81b452a0a083e94ed3d63d9ba78499c933d10013142 [INFO] running `"docker" "start" "-a" "e62fbb27727884dce792b81b452a0a083e94ed3d63d9ba78499c933d10013142"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/plus485-75e8eddf81ffc8af [INFO] [stdout] running 3 tests [INFO] [stdout] test num_utils::test_exponent_decoding ... ok [INFO] [stdout] test num_utils::test_bcd_decoding ... ok [INFO] [stdout] test num_utils::test_signum ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/plus485-4e2c6e288b8f079b [INFO] [stderr] Doc-tests plus485 [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] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/data.rs - data::Register (line 138) ... ok [INFO] [stdout] test src/data.rs - data::Register::unit (line 233) ... 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" "e62fbb27727884dce792b81b452a0a083e94ed3d63d9ba78499c933d10013142"` [INFO] running `"docker" "rm" "-f" "e62fbb27727884dce792b81b452a0a083e94ed3d63d9ba78499c933d10013142"` [INFO] [stdout] e62fbb27727884dce792b81b452a0a083e94ed3d63d9ba78499c933d10013142