[INFO] updating cached repository https://github.com/int0x33/r3 [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] 620008f20bb8f32a1adedda606bbb6d3f9a4cf9d [INFO] testing int0x33/r3 against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fint0x33%2Fr3" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 67% (923/1360) Checking out files: 68% (925/1360) Checking out files: 69% (939/1360) Checking out files: 70% (952/1360) Checking out files: 71% (966/1360) Checking out files: 72% (980/1360) Checking out files: 73% (993/1360) Checking out files: 74% (1007/1360) Checking out files: 75% (1020/1360) Checking out files: 76% (1034/1360) Checking out files: 77% (1048/1360) Checking out files: 78% (1061/1360) Checking out files: 79% (1075/1360) Checking out files: 80% (1088/1360) Checking out files: 81% (1102/1360) Checking out files: 82% (1116/1360) Checking out files: 83% (1129/1360) Checking out files: 84% (1143/1360) Checking out files: 85% (1156/1360) Checking out files: 86% (1170/1360) Checking out files: 87% (1184/1360) Checking out files: 88% (1197/1360) Checking out files: 89% (1211/1360) Checking out files: 90% (1224/1360) Checking out files: 91% (1238/1360) Checking out files: 92% (1252/1360) Checking out files: 93% (1265/1360) Checking out files: 94% (1279/1360) Checking out files: 95% (1292/1360) Checking out files: 96% (1306/1360) Checking out files: 97% (1320/1360) Checking out files: 98% (1333/1360) Checking out files: 99% (1347/1360) Checking out files: 100% (1360/1360) Checking out files: 100% (1360/1360), done. [INFO] validating manifest of git repo https://github.com/int0x33/r3 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/int0x33/r3 [INFO] finished tweaking git repo https://github.com/int0x33/r3 [INFO] tweaked toml for git repo https://github.com/int0x33/r3 written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/int0x33/r3 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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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] 2c287a0b42e98546b0c0f3ba59b4683599c94160a21e64f7ecae8264f90ac0cc [INFO] running `"docker" "start" "-a" "2c287a0b42e98546b0c0f3ba59b4683599c94160a21e64f7ecae8264f90ac0cc"` [INFO] [stderr] Compiling tendril v0.3.1 [INFO] [stderr] Compiling string_cache_codegen v0.4.2 [INFO] [stderr] Compiling tokio-reactor v0.1.8 [INFO] [stderr] Compiling tokio-threadpool v0.1.11 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling string_cache v0.6.2 [INFO] [stderr] Compiling markup5ever v0.3.2 [INFO] [stderr] Compiling tokio v0.1.15 [INFO] [stderr] Compiling hyper v0.12.24 [INFO] [stderr] Compiling html5ever v0.18.0 [INFO] [stderr] Compiling hyper-tls v0.3.1 [INFO] [stderr] Compiling select v0.4.2 [INFO] [stderr] Compiling reqwest v0.9.9 [INFO] [stderr] Compiling r3 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: function is never used: `get_tcp` [INFO] [stderr] --> src/main.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | fn get_tcp(url: &str) -> Result<(), Error> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 55.35s [INFO] running `"docker" "inspect" "2c287a0b42e98546b0c0f3ba59b4683599c94160a21e64f7ecae8264f90ac0cc"` [INFO] running `"docker" "rm" "-f" "2c287a0b42e98546b0c0f3ba59b4683599c94160a21e64f7ecae8264f90ac0cc"` [INFO] [stdout] 2c287a0b42e98546b0c0f3ba59b4683599c94160a21e64f7ecae8264f90ac0cc [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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] 3148511c1c631440b497c01f9bd232fa77be491e1f6cc0dfe8fa2368f833a244 [INFO] running `"docker" "start" "-a" "3148511c1c631440b497c01f9bd232fa77be491e1f6cc0dfe8fa2368f833a244"` [INFO] [stderr] Compiling r3 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: function is never used: `get_tcp` [INFO] [stderr] --> src/main.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | fn get_tcp(url: &str) -> Result<(), Error> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.66s [INFO] running `"docker" "inspect" "3148511c1c631440b497c01f9bd232fa77be491e1f6cc0dfe8fa2368f833a244"` [INFO] running `"docker" "rm" "-f" "3148511c1c631440b497c01f9bd232fa77be491e1f6cc0dfe8fa2368f833a244"` [INFO] [stdout] 3148511c1c631440b497c01f9bd232fa77be491e1f6cc0dfe8fa2368f833a244 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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] d88ecea1b95d985ddd50dcac94385fe5dacae812b00e73d103e2a26ca2832f6c [INFO] running `"docker" "start" "-a" "d88ecea1b95d985ddd50dcac94385fe5dacae812b00e73d103e2a26ca2832f6c"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.81s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/r3-d63a9f5948cb9134 [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" "d88ecea1b95d985ddd50dcac94385fe5dacae812b00e73d103e2a26ca2832f6c"` [INFO] running `"docker" "rm" "-f" "d88ecea1b95d985ddd50dcac94385fe5dacae812b00e73d103e2a26ca2832f6c"` [INFO] [stdout] d88ecea1b95d985ddd50dcac94385fe5dacae812b00e73d103e2a26ca2832f6c