[INFO] updating cached repository Detegr/RBot-plugin-dispatcher [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Detegr/RBot-plugin-dispatcher [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Detegr/RBot-plugin-dispatcher" "work/ex/beta-1.38-1/sources/1.37.0/gh/Detegr/RBot-plugin-dispatcher"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/Detegr/RBot-plugin-dispatcher'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Detegr/RBot-plugin-dispatcher" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Detegr/RBot-plugin-dispatcher"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Detegr/RBot-plugin-dispatcher'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 70e79b7119c891fbf13c5b388434e2cf60742843 [INFO] sha for GitHub repo Detegr/RBot-plugin-dispatcher: 70e79b7119c891fbf13c5b388434e2cf60742843 [INFO] validating manifest of Detegr/RBot-plugin-dispatcher 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 Detegr/RBot-plugin-dispatcher 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 Detegr/RBot-plugin-dispatcher [INFO] finished frobbing Detegr/RBot-plugin-dispatcher [INFO] frobbed toml for Detegr/RBot-plugin-dispatcher written to work/ex/beta-1.38-1/sources/1.37.0/gh/Detegr/RBot-plugin-dispatcher/Cargo.toml [INFO] started frobbing Detegr/RBot-plugin-dispatcher [INFO] finished frobbing Detegr/RBot-plugin-dispatcher [INFO] frobbed toml for Detegr/RBot-plugin-dispatcher written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Detegr/RBot-plugin-dispatcher/Cargo.toml [INFO] crate Detegr/RBot-plugin-dispatcher 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] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/Detegr/RBot-plugin-dispatcher/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/Detegr/RBot-parser.git` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/Detegr/RBot-parser.git` [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 Detegr/RBot-plugin-dispatcher against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Detegr/RBot-plugin-dispatcher:/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-08-13" "build" "--frozen"` [INFO] [stdout] 98d6fced7feb3768a9441283f58afb8ef383bc5ec2bf9e5bd33d8b19e05792a3 [INFO] running `"docker" "start" "-a" "98d6fced7feb3768a9441283f58afb8ef383bc5ec2bf9e5bd33d8b19e05792a3"` [INFO] [stderr] Compiling debug-builders v0.1.0 [INFO] [stderr] Compiling nom v1.0.1 [INFO] [stderr] Compiling toml v0.1.30 [INFO] [stderr] Compiling unix_socket v0.4.6 [INFO] [stderr] Compiling rbot_parser v0.1.0 (https://github.com/Detegr/RBot-parser.git#7b7d9342) [INFO] [stderr] Compiling rbot_plugin_dispatcher v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:20:42 [INFO] [stderr] | [INFO] [stderr] 20 | try!(write!(fmt, "{}", (self as &::std::error::Error).description())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::error::Error)` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` [INFO] [stderr] --> src/main.rs:91:13 [INFO] [stderr] | [INFO] [stderr] 91 | thread::sleep_ms(1000); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/main.rs:113:28 [INFO] [stderr] | [INFO] [stderr] 113 | Ok(try!(s.write(output.trim_right().as_ref()) [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.70s [INFO] running `"docker" "inspect" "98d6fced7feb3768a9441283f58afb8ef383bc5ec2bf9e5bd33d8b19e05792a3"` [INFO] running `"docker" "rm" "-f" "98d6fced7feb3768a9441283f58afb8ef383bc5ec2bf9e5bd33d8b19e05792a3"` [INFO] [stdout] 98d6fced7feb3768a9441283f58afb8ef383bc5ec2bf9e5bd33d8b19e05792a3 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Detegr/RBot-plugin-dispatcher:/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-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 87cec44efb92b180bf0737b9c5b4da8bea077012deb0d6a781bf1d90f8536109 [INFO] running `"docker" "start" "-a" "87cec44efb92b180bf0737b9c5b4da8bea077012deb0d6a781bf1d90f8536109"` [INFO] [stderr] Compiling rbot_plugin_dispatcher v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:20:42 [INFO] [stderr] | [INFO] [stderr] 20 | try!(write!(fmt, "{}", (self as &::std::error::Error).description())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::error::Error)` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` [INFO] [stderr] --> src/main.rs:91:13 [INFO] [stderr] | [INFO] [stderr] 91 | thread::sleep_ms(1000); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/main.rs:113:28 [INFO] [stderr] | [INFO] [stderr] 113 | Ok(try!(s.write(output.trim_right().as_ref()) [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.80s [INFO] running `"docker" "inspect" "87cec44efb92b180bf0737b9c5b4da8bea077012deb0d6a781bf1d90f8536109"` [INFO] running `"docker" "rm" "-f" "87cec44efb92b180bf0737b9c5b4da8bea077012deb0d6a781bf1d90f8536109"` [INFO] [stdout] 87cec44efb92b180bf0737b9c5b4da8bea077012deb0d6a781bf1d90f8536109 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Detegr/RBot-plugin-dispatcher:/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-08-13" "test" "--frozen"` [INFO] [stdout] f3f16ca15670265b91092a8b44c6cdced873d0fa64b3c3d58a366e2dc0a6ca52 [INFO] running `"docker" "start" "-a" "f3f16ca15670265b91092a8b44c6cdced873d0fa64b3c3d58a366e2dc0a6ca52"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/rbot_plugin_dispatcher-4376d08d6faaf628 [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" "f3f16ca15670265b91092a8b44c6cdced873d0fa64b3c3d58a366e2dc0a6ca52"` [INFO] running `"docker" "rm" "-f" "f3f16ca15670265b91092a8b44c6cdced873d0fa64b3c3d58a366e2dc0a6ca52"` [INFO] [stdout] f3f16ca15670265b91092a8b44c6cdced873d0fa64b3c3d58a366e2dc0a6ca52