[INFO] crate inwx 0.1.0 is already in cache [INFO] testing inwx-0.1.0 against 1.38.0 for beta-1.39-1 [INFO] extracting crate inwx 0.1.0 into work/builds/worker-6/source [INFO] validating manifest of crates.io crate inwx 0.1.0 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 crates.io crate inwx 0.1.0 [INFO] finished tweaking crates.io crate inwx 0.1.0 [INFO] tweaked toml for crates.io crate inwx 0.1.0 written to work/builds/worker-6/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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] 9ffd996115d665f4eefd3ea5368169817e1895c64121b8d5c789b453ace7810c [INFO] running `"docker" "start" "-a" "9ffd996115d665f4eefd3ea5368169817e1895c64121b8d5c789b453ace7810c"` [INFO] [stderr] Compiling mio v0.6.19 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling cookie v0.12.0 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling publicsuffix v1.5.3 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling tokio-threadpool v0.1.16 [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling tokio-reactor v0.1.10 [INFO] [stderr] Compiling iso8601 v0.2.0 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling reqwest v0.9.22 [INFO] [stderr] Compiling xmlrpc v0.13.1 [INFO] [stderr] Compiling inwx v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/connection.rs:110:73 [INFO] [stderr] | [INFO] [stderr] 110 | fn transmit(self, request: &XMLRequest) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Error + Send + Sync` [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` implied by `#[warn(warnings)]` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.04s [INFO] running `"docker" "inspect" "9ffd996115d665f4eefd3ea5368169817e1895c64121b8d5c789b453ace7810c"` [INFO] running `"docker" "rm" "-f" "9ffd996115d665f4eefd3ea5368169817e1895c64121b8d5c789b453ace7810c"` [INFO] [stdout] 9ffd996115d665f4eefd3ea5368169817e1895c64121b8d5c789b453ace7810c [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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] af1a5bd116b3e58b7d5d3c4bac1c051c2137b6a4afbb363e8a2a33a7cd0aaca5 [INFO] running `"docker" "start" "-a" "af1a5bd116b3e58b7d5d3c4bac1c051c2137b6a4afbb363e8a2a33a7cd0aaca5"` [INFO] [stderr] Compiling xmltree v0.8.0 [INFO] [stderr] Compiling lynx v0.2.0 [INFO] [stderr] Compiling igd v0.8.2 [INFO] [stderr] Compiling inwx v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/connection.rs:110:73 [INFO] [stderr] | [INFO] [stderr] 110 | fn transmit(self, request: &XMLRequest) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Error + Send + Sync` [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` implied by `#[warn(warnings)]` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 1 parameter was supplied [INFO] [stderr] --> examples/simple_query.rs:48:20 [INFO] [stderr] | [INFO] [stderr] 48 | let mut inwx = Domrobot::new(false); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ expected 2 parameters [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0061`. [INFO] [stderr] error: Could not compile `inwx`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "af1a5bd116b3e58b7d5d3c4bac1c051c2137b6a4afbb363e8a2a33a7cd0aaca5"` [INFO] running `"docker" "rm" "-f" "af1a5bd116b3e58b7d5d3c4bac1c051c2137b6a4afbb363e8a2a33a7cd0aaca5"` [INFO] [stdout] af1a5bd116b3e58b7d5d3c4bac1c051c2137b6a4afbb363e8a2a33a7cd0aaca5