[INFO] cloning repository https://github.com/iThinkyouknow/rust-web-crawler [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/iThinkyouknow/rust-web-crawler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FiThinkyouknow%2Frust-web-crawler", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FiThinkyouknow%2Frust-web-crawler'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 558649b67a64eb1331a6c1dc6fd1567126b6d410 [INFO] testing iThinkyouknow/rust-web-crawler against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FiThinkyouknow%2Frust-web-crawler" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/iThinkyouknow/rust-web-crawler on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/iThinkyouknow/rust-web-crawler [INFO] finished tweaking git repo https://github.com/iThinkyouknow/rust-web-crawler [INFO] tweaked toml for git repo https://github.com/iThinkyouknow/rust-web-crawler written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/iThinkyouknow/rust-web-crawler already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6cda808d0f76b9832e100b7832323b04c972737f837dfdd6bb187de14e153a18 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6cda808d0f76b9832e100b7832323b04c972737f837dfdd6bb187de14e153a18", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6cda808d0f76b9832e100b7832323b04c972737f837dfdd6bb187de14e153a18", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6cda808d0f76b9832e100b7832323b04c972737f837dfdd6bb187de14e153a18", kill_on_drop: false }` [INFO] [stdout] 6cda808d0f76b9832e100b7832323b04c972737f837dfdd6bb187de14e153a18 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e522953eaf4b9a17f3e706276e8f4d6f36fce41f831e7af9a2c963c0ab35553c [INFO] running `Command { std: "docker" "start" "-a" "e522953eaf4b9a17f3e706276e8f4d6f36fce41f831e7af9a2c963c0ab35553c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.42 [INFO] [stderr] Compiling siphasher v0.2.2 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling matches v0.1.7 [INFO] [stderr] Compiling serde v1.0.70 [INFO] [stderr] Compiling version_check v0.1.4 [INFO] [stderr] Compiling utf-8 v0.7.2 [INFO] [stderr] Compiling httparse v1.3.2 [INFO] [stderr] Compiling unicode-normalization v0.1.7 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling typeable v0.1.2 [INFO] [stderr] Compiling traitobject v0.1.0 [INFO] [stderr] Compiling log v0.4.3 [INFO] [stderr] Compiling base64 v0.6.0 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling unreachable v0.1.1 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling phf_shared v0.7.22 [INFO] [stderr] Compiling proc-macro2 v0.3.8 [INFO] [stderr] Compiling debug_unreachable v0.1.1 [INFO] [stderr] Compiling new_debug_unreachable v1.0.1 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling phf v0.7.22 [INFO] [stderr] Compiling futf v0.1.4 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling time v0.1.40 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling tendril v0.4.0 [INFO] [stderr] Compiling quote v0.5.2 [INFO] [stderr] Compiling phf_generator v0.7.22 [INFO] [stderr] Compiling rand v0.3.22 [INFO] [stderr] Compiling string_cache_codegen v0.4.1 [INFO] [stderr] Compiling phf_codegen v0.7.22 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling string_cache v0.6.2 [INFO] [stderr] Compiling uuid v0.1.18 [INFO] [stderr] Compiling url v1.7.1 [INFO] [stderr] Compiling url v0.2.38 [INFO] [stderr] Compiling markup5ever v0.6.2 [INFO] [stderr] Compiling html5ever v0.21.0 [INFO] [stderr] Compiling hyper v0.10.13 [INFO] [stderr] Compiling web_crawler v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 31.77s [INFO] running `Command { std: "docker" "inspect" "e522953eaf4b9a17f3e706276e8f4d6f36fce41f831e7af9a2c963c0ab35553c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e522953eaf4b9a17f3e706276e8f4d6f36fce41f831e7af9a2c963c0ab35553c", kill_on_drop: false }` [INFO] [stdout] e522953eaf4b9a17f3e706276e8f4d6f36fce41f831e7af9a2c963c0ab35553c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d2350f171412f594239db4b41a8d1627a03367d0cd4d8099767e6d9b4569d6d9 [INFO] running `Command { std: "docker" "start" "-a" "d2350f171412f594239db4b41a8d1627a03367d0cd4d8099767e6d9b4569d6d9", kill_on_drop: false }` [INFO] [stderr] Compiling web_crawler v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.77s [INFO] running `Command { std: "docker" "inspect" "d2350f171412f594239db4b41a8d1627a03367d0cd4d8099767e6d9b4569d6d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d2350f171412f594239db4b41a8d1627a03367d0cd4d8099767e6d9b4569d6d9", kill_on_drop: false }` [INFO] [stdout] d2350f171412f594239db4b41a8d1627a03367d0cd4d8099767e6d9b4569d6d9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 849901a659ad54ed63c3aca3cf97c8ac321daa1284b4fa60143757817f0b70ee [INFO] running `Command { std: "docker" "start" "-a" "849901a659ad54ed63c3aca3cf97c8ac321daa1284b4fa60143757817f0b70ee", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/web_crawler-16a2e3812f7caed0) [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; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "849901a659ad54ed63c3aca3cf97c8ac321daa1284b4fa60143757817f0b70ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "849901a659ad54ed63c3aca3cf97c8ac321daa1284b4fa60143757817f0b70ee", kill_on_drop: false }` [INFO] [stdout] 849901a659ad54ed63c3aca3cf97c8ac321daa1284b4fa60143757817f0b70ee