[INFO] updating cached repository https://github.com/faheemuzzaman/CrossCompilingRust [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] 864f6de5a896fb49ea14a1118468fe4ffefc91a4 [INFO] testing faheemuzzaman/CrossCompilingRust against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffaheemuzzaman%2FCrossCompilingRust" "/workspace/builds/worker-14/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 42% (373/887) Checking out files: 43% (382/887) Checking out files: 43% (387/887) Checking out files: 44% (391/887) Checking out files: 45% (400/887) Checking out files: 45% (401/887) Checking out files: 46% (409/887) Checking out files: 46% (413/887) Checking out files: 47% (417/887) Checking out files: 47% (421/887) Checking out files: 48% (426/887) Checking out files: 49% (435/887) Checking out files: 50% (444/887) Checking out files: 51% (453/887) Checking out files: 52% (462/887) Checking out files: 53% (471/887) Checking out files: 54% (479/887) Checking out files: 54% (483/887) Checking out files: 55% (488/887) Checking out files: 56% (497/887) Checking out files: 57% (506/887) Checking out files: 58% (515/887) Checking out files: 59% (524/887) Checking out files: 60% (533/887) Checking out files: 61% (542/887) Checking out files: 62% (550/887) Checking out files: 63% (559/887) Checking out files: 64% (568/887) Checking out files: 65% (577/887) Checking out files: 66% (586/887) Checking out files: 67% (595/887) Checking out files: 68% (604/887) Checking out files: 69% (613/887) Checking out files: 70% (621/887) Checking out files: 71% (630/887) Checking out files: 71% (631/887) Checking out files: 72% (639/887) Checking out files: 73% (648/887) Checking out files: 74% (657/887) Checking out files: 75% (666/887) Checking out files: 76% (675/887) Checking out files: 77% (683/887) Checking out files: 78% (692/887) Checking out files: 79% (701/887) Checking out files: 80% (710/887) Checking out files: 81% (719/887) Checking out files: 82% (728/887) Checking out files: 83% (737/887) Checking out files: 84% (746/887) Checking out files: 85% (754/887) Checking out files: 86% (763/887) Checking out files: 87% (772/887) Checking out files: 88% (781/887) Checking out files: 89% (790/887) Checking out files: 90% (799/887) Checking out files: 90% (805/887) Checking out files: 91% (808/887) Checking out files: 92% (817/887) Checking out files: 93% (825/887) Checking out files: 94% (834/887) Checking out files: 94% (838/887) Checking out files: 95% (843/887) Checking out files: 96% (852/887) Checking out files: 97% (861/887) Checking out files: 97% (865/887) Checking out files: 97% (866/887) Checking out files: 98% (870/887) Checking out files: 98% (877/887) Checking out files: 99% (879/887) Checking out files: 100% (887/887) Checking out files: 100% (887/887), done. [INFO] validating manifest of git repo https://github.com/faheemuzzaman/CrossCompilingRust on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/faheemuzzaman/CrossCompilingRust [INFO] finished tweaking git repo https://github.com/faheemuzzaman/CrossCompilingRust [INFO] tweaked toml for git repo https://github.com/faheemuzzaman/CrossCompilingRust written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/faheemuzzaman/CrossCompilingRust already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f07db6bf4012abab28d6a63f198252fd5e702d31c249bb901f5e1ec513a3b686 [INFO] running `"docker" "start" "-a" "f07db6bf4012abab28d6a63f198252fd5e702d31c249bb901f5e1ec513a3b686"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v1.0.13 [INFO] [stderr] Compiling tokio-executor v0.1.9 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling tokio-threadpool v0.1.17 [INFO] [stderr] Compiling tokio-current-thread v0.1.6 [INFO] [stderr] Compiling tokio-timer v0.2.12 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling http v0.1.21 [INFO] [stderr] Compiling string v0.2.1 [INFO] [stderr] Compiling tokio-buf v0.1.1 [INFO] [stderr] Compiling tokio-reactor v0.1.11 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling http-body v0.1.0 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Compiling futures-macro v0.3.1 [INFO] [stderr] Compiling futures-util v0.3.1 [INFO] [stderr] Compiling futures-executor v0.3.1 [INFO] [stderr] Compiling futures v0.3.1 [INFO] [stderr] Compiling CrossCompilingRust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused imports: `Client`, `Uri` [INFO] [stderr] --> src/main.rs:4:15 [INFO] [stderr] | [INFO] [stderr] 4 | Body, Client, Request, Response, Server, Uri, [INFO] [stderr] | ^^^^^^ ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: crate `CrossCompilingRust` should have a snake case name [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] = help: convert the identifier to snake case: `cross_compiling_rust` [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 47.08s [INFO] running `"docker" "inspect" "f07db6bf4012abab28d6a63f198252fd5e702d31c249bb901f5e1ec513a3b686"` [INFO] running `"docker" "rm" "-f" "f07db6bf4012abab28d6a63f198252fd5e702d31c249bb901f5e1ec513a3b686"` [INFO] [stdout] f07db6bf4012abab28d6a63f198252fd5e702d31c249bb901f5e1ec513a3b686 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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.44.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 21bc4c9b4d23a671407a6e4e66a5ac5e447750bd43d1ac548a14263fbb3274a1 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "21bc4c9b4d23a671407a6e4e66a5ac5e447750bd43d1ac548a14263fbb3274a1"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling CrossCompilingRust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused imports: `Client`, `Uri` [INFO] [stderr] --> src/main.rs:4:15 [INFO] [stderr] | [INFO] [stderr] 4 | Body, Client, Request, Response, Server, Uri, [INFO] [stderr] | ^^^^^^ ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: crate `CrossCompilingRust` should have a snake case name [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] = help: convert the identifier to snake case: `cross_compiling_rust` [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.66s [INFO] running `"docker" "inspect" "21bc4c9b4d23a671407a6e4e66a5ac5e447750bd43d1ac548a14263fbb3274a1"` [INFO] running `"docker" "rm" "-f" "21bc4c9b4d23a671407a6e4e66a5ac5e447750bd43d1ac548a14263fbb3274a1"` [INFO] [stdout] 21bc4c9b4d23a671407a6e4e66a5ac5e447750bd43d1ac548a14263fbb3274a1 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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.44.0" "test" "--frozen"` [INFO] [stdout] 3eeb50f85b28e9813667c80f0052d71db69951b83ff2dd20021786f1193e1612 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "3eeb50f85b28e9813667c80f0052d71db69951b83ff2dd20021786f1193e1612"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unused imports: `Client`, `Uri` [INFO] [stderr] --> src/main.rs:4:15 [INFO] [stderr] | [INFO] [stderr] 4 | Body, Client, Request, Response, Server, Uri, [INFO] [stderr] | ^^^^^^ ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: crate `CrossCompilingRust` should have a snake case name [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] = help: convert the identifier to snake case: `cross_compiling_rust` [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.38s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/CrossCompilingRust-5a3870291661e9f4 [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" "3eeb50f85b28e9813667c80f0052d71db69951b83ff2dd20021786f1193e1612"` [INFO] running `"docker" "rm" "-f" "3eeb50f85b28e9813667c80f0052d71db69951b83ff2dd20021786f1193e1612"` [INFO] [stdout] 3eeb50f85b28e9813667c80f0052d71db69951b83ff2dd20021786f1193e1612