[INFO] updating cached repository https://github.com/Robertof/plus485 [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] e56b0953d4f2a06fad3a851d5e9a062495108a17 [INFO] testing Robertof/plus485 against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FRobertof%2Fplus485" "work/builds/worker-1/source"` [INFO] [stderr] Cloning into 'work/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Robertof/plus485 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/Robertof/plus485 [INFO] finished tweaking git repo https://github.com/Robertof/plus485 [INFO] tweaked toml for git repo https://github.com/Robertof/plus485 written to work/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/Robertof/plus485 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-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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] 85b8f69d6bb880b73189ca3d9166d3b77744cf3f4cb8221c13db8819a525f303 [INFO] running `"docker" "start" "-a" "85b8f69d6bb880b73189ca3d9166d3b77744cf3f4cb8221c13db8819a525f303"` [INFO] [stderr] Compiling pkg-config v0.3.13 [INFO] [stderr] Compiling cc v1.0.20 [INFO] [stderr] Compiling crossbeam-utils v0.3.2 [INFO] [stderr] Compiling log v0.4.4 [INFO] [stderr] Compiling tokio-executor v0.1.3 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling bytes v0.4.9 [INFO] [stderr] Compiling crossbeam-epoch v0.4.3 [INFO] [stderr] Compiling mio v0.6.15 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling tokio-timer v0.2.6 [INFO] [stderr] Compiling crossbeam-deque v0.3.1 [INFO] [stderr] Compiling tokio-io v0.1.7 [INFO] [stderr] Compiling nix v0.10.0 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling tokio-threadpool v0.1.5 [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 libudev v0.2.0 [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 tokio-proto v0.1.1 [INFO] [stderr] Compiling serialport v2.3.0 [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/rustwide/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 12.74s [INFO] running `"docker" "inspect" "85b8f69d6bb880b73189ca3d9166d3b77744cf3f4cb8221c13db8819a525f303"` [INFO] running `"docker" "rm" "-f" "85b8f69d6bb880b73189ca3d9166d3b77744cf3f4cb8221c13db8819a525f303"` [INFO] [stdout] 85b8f69d6bb880b73189ca3d9166d3b77744cf3f4cb8221c13db8819a525f303 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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] e793434298d932223f619678a045609706571d2b7f87a6fc47806060c2876592 [INFO] running `"docker" "start" "-a" "e793434298d932223f619678a045609706571d2b7f87a6fc47806060c2876592"` [INFO] [stderr] Compiling plus485 v0.1.0 (/opt/rustwide/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 0.74s [INFO] running `"docker" "inspect" "e793434298d932223f619678a045609706571d2b7f87a6fc47806060c2876592"` [INFO] running `"docker" "rm" "-f" "e793434298d932223f619678a045609706571d2b7f87a6fc47806060c2876592"` [INFO] [stdout] e793434298d932223f619678a045609706571d2b7f87a6fc47806060c2876592 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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] 6c30ae2151835e9fc633cd89c4844430b4f7587eb58d13f41eaf81be47f2f1e9 [INFO] running `"docker" "start" "-a" "6c30ae2151835e9fc633cd89c4844430b4f7587eb58d13f41eaf81be47f2f1e9"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/plus485-0ba3614b890f0ba0 [INFO] [stdout] [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] [stderr] Running /opt/rustwide/target/debug/deps/plus485-3bb272f604c5aa0b [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 (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" "6c30ae2151835e9fc633cd89c4844430b4f7587eb58d13f41eaf81be47f2f1e9"` [INFO] running `"docker" "rm" "-f" "6c30ae2151835e9fc633cd89c4844430b4f7587eb58d13f41eaf81be47f2f1e9"` [INFO] [stdout] 6c30ae2151835e9fc633cd89c4844430b4f7587eb58d13f41eaf81be47f2f1e9