[INFO] updating cached repository fooker/netdmx [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/fooker/netdmx [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/fooker/netdmx" "work/ex/beta-1.38-1/sources/1.37.0/gh/fooker/netdmx"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/fooker/netdmx'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/fooker/netdmx" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/fooker/netdmx"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/fooker/netdmx'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a3c120e44f37eba7f64b04c8e6ff05ead24d328d [INFO] sha for GitHub repo fooker/netdmx: a3c120e44f37eba7f64b04c8e6ff05ead24d328d [INFO] validating manifest of fooker/netdmx 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 fooker/netdmx 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 fooker/netdmx [INFO] finished frobbing fooker/netdmx [INFO] frobbed toml for fooker/netdmx written to work/ex/beta-1.38-1/sources/1.37.0/gh/fooker/netdmx/Cargo.toml [INFO] started frobbing fooker/netdmx [INFO] finished frobbing fooker/netdmx [INFO] frobbed toml for fooker/netdmx written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/fooker/netdmx/Cargo.toml [INFO] crate fooker/netdmx 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 fooker/netdmx 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-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/fooker/netdmx:/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] cc728739295cdb65839135f3c2589339eb6eafef929e78ae184479b4eca662a2 [INFO] running `"docker" "start" "-a" "cc728739295cdb65839135f3c2589339eb6eafef929e78ae184479b4eca662a2"` [INFO] [stderr] Compiling libusb-sys v0.2.3 [INFO] [stderr] Compiling bit-set v0.2.0 [INFO] [stderr] Compiling clap v2.31.1 [INFO] [stderr] Compiling libusb v0.3.0 [INFO] [stderr] Compiling netdmx v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:58:29 [INFO] [stderr] | [INFO] [stderr] 58 | let mut controller: Box = match value_t_or_exit!(matches, "type", ControllerType) { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Controller` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/main.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / arg_enum! { [INFO] [stderr] 24 | | #[derive(PartialEq, Debug)] [INFO] [stderr] 25 | | enum ControllerType { [INFO] [stderr] 26 | | Anyma, [INFO] [stderr] 27 | | EurolitePro [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [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 15.24s [INFO] running `"docker" "inspect" "cc728739295cdb65839135f3c2589339eb6eafef929e78ae184479b4eca662a2"` [INFO] running `"docker" "rm" "-f" "cc728739295cdb65839135f3c2589339eb6eafef929e78ae184479b4eca662a2"` [INFO] [stdout] cc728739295cdb65839135f3c2589339eb6eafef929e78ae184479b4eca662a2 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/fooker/netdmx:/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] be4e4d5b23ac9019cbd203b5ad4ae52d4d9441baa570cdd700fe0da80e1ebfe8 [INFO] running `"docker" "start" "-a" "be4e4d5b23ac9019cbd203b5ad4ae52d4d9441baa570cdd700fe0da80e1ebfe8"` [INFO] [stderr] Compiling netdmx v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:58:29 [INFO] [stderr] | [INFO] [stderr] 58 | let mut controller: Box = match value_t_or_exit!(matches, "type", ControllerType) { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Controller` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/main.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / arg_enum! { [INFO] [stderr] 24 | | #[derive(PartialEq, Debug)] [INFO] [stderr] 25 | | enum ControllerType { [INFO] [stderr] 26 | | Anyma, [INFO] [stderr] 27 | | EurolitePro [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [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.94s [INFO] running `"docker" "inspect" "be4e4d5b23ac9019cbd203b5ad4ae52d4d9441baa570cdd700fe0da80e1ebfe8"` [INFO] running `"docker" "rm" "-f" "be4e4d5b23ac9019cbd203b5ad4ae52d4d9441baa570cdd700fe0da80e1ebfe8"` [INFO] [stdout] be4e4d5b23ac9019cbd203b5ad4ae52d4d9441baa570cdd700fe0da80e1ebfe8 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/fooker/netdmx:/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] 366a3b1c46b77eef42d8f533e6ea5c7e32f53ace6c48c05eb1b9eab5b2625bda [INFO] running `"docker" "start" "-a" "366a3b1c46b77eef42d8f533e6ea5c7e32f53ace6c48c05eb1b9eab5b2625bda"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/netdmx-4e66ef47fc19cfb0 [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" "366a3b1c46b77eef42d8f533e6ea5c7e32f53ace6c48c05eb1b9eab5b2625bda"` [INFO] running `"docker" "rm" "-f" "366a3b1c46b77eef42d8f533e6ea5c7e32f53ace6c48c05eb1b9eab5b2625bda"` [INFO] [stdout] 366a3b1c46b77eef42d8f533e6ea5c7e32f53ace6c48c05eb1b9eab5b2625bda