[INFO] cloning repository https://github.com/austinsheep/rs-orbit-db-http-client [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/austinsheep/rs-orbit-db-http-client" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faustinsheep%2Frs-orbit-db-http-client", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faustinsheep%2Frs-orbit-db-http-client'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d78c24a35f273a660388e2c3bc6d1b9ce0cfe946 [INFO] checking austinsheep/rs-orbit-db-http-client against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faustinsheep%2Frs-orbit-db-http-client" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/austinsheep/rs-orbit-db-http-client on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/austinsheep/rs-orbit-db-http-client [INFO] finished tweaking git repo https://github.com/austinsheep/rs-orbit-db-http-client [INFO] tweaked toml for git repo https://github.com/austinsheep/rs-orbit-db-http-client written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/austinsheep/rs-orbit-db-http-client already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ee07e93bd00e61fdb87dcc7907ccaeb8596d63a429c6134e6399c0c436148f45 [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" "ee07e93bd00e61fdb87dcc7907ccaeb8596d63a429c6134e6399c0c436148f45", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ee07e93bd00e61fdb87dcc7907ccaeb8596d63a429c6134e6399c0c436148f45", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee07e93bd00e61fdb87dcc7907ccaeb8596d63a429c6134e6399c0c436148f45", kill_on_drop: false }` [INFO] [stdout] ee07e93bd00e61fdb87dcc7907ccaeb8596d63a429c6134e6399c0c436148f45 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--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] 16a92d967913464e566449bdbba1c9c348beba0c8834eb93d1c62f8bb28aa1d5 [INFO] running `Command { std: "docker" "start" "-a" "16a92d967913464e566449bdbba1c9c348beba0c8834eb93d1c62f8bb28aa1d5", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Checking smallvec v1.0.0 [INFO] [stderr] Checking futures-sink-preview v0.3.0-alpha.19 [INFO] [stderr] Checking futures-core-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Checking futures-io-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling curl v0.4.25 [INFO] [stderr] Compiling isahc v0.7.6 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking pin-project-lite v0.1.1 [INFO] [stderr] Checking futures-core v0.3.1 [INFO] [stderr] Checking once_cell v1.2.0 [INFO] [stderr] Checking futures-timer v2.0.2 [INFO] [stderr] Checking futures-io v0.3.1 [INFO] [stderr] Checking strum v0.17.1 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling libnghttp2-sys v0.1.2 [INFO] [stderr] Compiling curl-sys v0.4.24 [INFO] [stderr] Checking crossbeam-utils v0.6.6 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling openssl-sys v0.9.53 [INFO] [stderr] Checking lock_api v0.3.2 [INFO] [stderr] Checking futures-channel-preview v0.3.0-alpha.19 [INFO] [stderr] Checking unicode-normalization v0.1.11 [INFO] [stderr] Checking atty v0.2.13 [INFO] [stderr] Checking socket2 v0.3.11 [INFO] [stderr] Checking parking_lot_core v0.7.0 [INFO] [stderr] Checking termios v0.3.1 [INFO] [stderr] Checking clicolors-control v1.0.1 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking crossbeam-channel v0.3.9 [INFO] [stderr] Checking async-task v1.0.0 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking sluice v0.4.2 [INFO] [stderr] Checking parking_lot v0.10.0 [INFO] [stderr] Checking mio v0.6.21 [INFO] [stderr] Checking kv-log-macro v1.0.4 [INFO] [stderr] Checking console v0.7.7 [INFO] [stderr] Compiling mime_guess v2.0.1 [INFO] [stderr] Checking backtrace v0.3.40 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking http v0.1.21 [INFO] [stderr] Checking idna v0.2.0 [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.19 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking async-std v1.4.0 [INFO] [stderr] Checking url v2.1.0 [INFO] [stderr] Checking futures-executor-preview v0.3.0-alpha.19 [INFO] [stderr] Checking futures-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling async-log-attributes v1.0.1 [INFO] [stderr] Compiling proc-macro-error v0.2.6 [INFO] [stderr] Checking async-log v1.1.0 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling structopt-derive v0.3.5 [INFO] [stderr] Compiling strum_macros v0.17.1 [INFO] [stderr] Compiling async-attributes v1.1.1 [INFO] [stderr] Checking structopt v0.3.5 [INFO] [stderr] Checking serde_json v1.0.44 [INFO] [stderr] Checking serde_urlencoded v0.6.1 [INFO] [stderr] Checking surf v1.0.3 [INFO] [stderr] Checking femme v1.3.0 [INFO] [stderr] Checking orbit-db-http-client v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 40s [INFO] running `Command { std: "docker" "inspect" "16a92d967913464e566449bdbba1c9c348beba0c8834eb93d1c62f8bb28aa1d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "16a92d967913464e566449bdbba1c9c348beba0c8834eb93d1c62f8bb28aa1d5", kill_on_drop: false }` [INFO] [stdout] 16a92d967913464e566449bdbba1c9c348beba0c8834eb93d1c62f8bb28aa1d5