[INFO] cloning repository https://github.com/Harbon/CloudTask [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Harbon/CloudTask" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHarbon%2FCloudTask", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHarbon%2FCloudTask'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8db2edb6fbf85078145091240a90903e3507f2c0 [INFO] testing Harbon/CloudTask against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHarbon%2FCloudTask" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Harbon/CloudTask 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/Harbon/CloudTask [INFO] finished tweaking git repo https://github.com/Harbon/CloudTask [INFO] tweaked toml for git repo https://github.com/Harbon/CloudTask written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/Harbon/CloudTask 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] [stderr] Updating git repository `https://github.com/iron/body-parser.git` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Updating git repository `https://github.com/iron/logger.git` [INFO] [stderr] Updating git repository `https://github.com/iron/router.git` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded term v0.2.14 [INFO] [stderr] Downloaded hyper v0.8.1 [INFO] [stderr] Downloaded persistent v0.1.0 [INFO] [stderr] Downloaded iron v0.2.6 [INFO] [stderr] warning: parsed version requirement `0.2*` is no longer valid [INFO] [stderr] [INFO] [stderr] Previous versions of Cargo accepted this malformed requirement, [INFO] [stderr] but it is being deprecated. This was found when parsing the manifest [INFO] [stderr] of iron 0.2.6, and the correct version requirement is `0.2.*`. [INFO] [stderr] [INFO] [stderr] This will soon become a hard error, so it's either recommended to [INFO] [stderr] update to a fixed version or contact the upstream maintainer about [INFO] [stderr] this warning. [INFO] [stderr] [INFO] [stderr] Downloaded iron v0.3.1 [INFO] [stderr] Downloaded serde_json v0.7.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] 857bbf4e98ce689a8a1d5267ddcc3cc7e530ce3af6f2d7fcb1de9996cccd6087 [INFO] running `Command { std: "docker" "start" "-a" "857bbf4e98ce689a8a1d5267ddcc3cc7e530ce3af6f2d7fcb1de9996cccd6087", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "857bbf4e98ce689a8a1d5267ddcc3cc7e530ce3af6f2d7fcb1de9996cccd6087", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "857bbf4e98ce689a8a1d5267ddcc3cc7e530ce3af6f2d7fcb1de9996cccd6087", kill_on_drop: false }` [INFO] [stdout] 857bbf4e98ce689a8a1d5267ddcc3cc7e530ce3af6f2d7fcb1de9996cccd6087 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] [stdout] 264cb670d68b34316b717f3ec210a7324bbe53fbfa1d4296b20a578865306eed [INFO] running `Command { std: "docker" "start" "-a" "264cb670d68b34316b717f3ec210a7324bbe53fbfa1d4296b20a578865306eed", kill_on_drop: false }` [INFO] [stderr] warning: parsed version requirement `0.2*` is no longer valid [INFO] [stderr] [INFO] [stderr] Previous versions of Cargo accepted this malformed requirement, [INFO] [stderr] but it is being deprecated. This was found when parsing the manifest [INFO] [stderr] of iron 0.2.6, and the correct version requirement is `0.2.*`. [INFO] [stderr] [INFO] [stderr] This will soon become a hard error, so it's either recommended to [INFO] [stderr] update to a fixed version or contact the upstream maintainer about [INFO] [stderr] this warning. [INFO] [stderr] [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.95 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling httparse v1.4.1 [INFO] [stderr] Compiling traitobject v0.1.0 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling typeable v0.1.2 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling traitobject v0.0.1 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling modifier v0.1.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling cc v1.0.68 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling winapi v0.2.8 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling inflate v0.1.1 [INFO] [stderr] Compiling serde v0.7.15 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling itoa v0.1.1 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling route-recognizer v0.1.13 [INFO] [stderr] Compiling byteorder v0.5.3 [INFO] [stderr] Compiling conduit-mime-types v0.7.3 [INFO] [stderr] Compiling unicode-bidi v0.3.5 [INFO] [stderr] Compiling unicode-bidi v0.2.6 [INFO] [stderr] Compiling tinyvec v1.2.0 [INFO] [stderr] Compiling unsafe-any v0.4.2 [INFO] [stderr] Compiling error v0.1.9 [INFO] [stderr] Compiling gif v0.9.2 [INFO] [stderr] Compiling typemap v0.3.3 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Compiling plugin v0.2.6 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling hpack v0.2.0 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling term v0.2.14 [INFO] [stderr] Compiling solicit v0.4.4 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling num_cpus v0.2.13 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling miniz-sys v0.1.12 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling serde_json v0.7.4 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling flate2 v0.2.20 [INFO] [stderr] Compiling uuid v0.2.3 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling serde v0.6.15 [INFO] [stderr] Compiling url v0.5.10 [INFO] [stderr] Compiling cookie v0.2.5 [INFO] [stderr] Compiling png v0.5.2 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling hyper v0.8.1 [INFO] [stderr] Compiling mime v0.1.3 [INFO] [stderr] Compiling hyper v0.7.2 [INFO] [stderr] Compiling jpeg-decoder v0.1.22 [INFO] [stderr] Compiling iron v0.3.1 [INFO] [stderr] Compiling persistent v0.1.0 [INFO] [stderr] Compiling router v0.1.1 (https://github.com/iron/router.git#63ff7c1b) [INFO] [stderr] Compiling iron v0.2.6 [INFO] [stderr] Compiling bodyparser v0.3.0 (https://github.com/iron/body-parser.git#6d214973) [INFO] [stderr] Compiling logger v0.0.3 (https://github.com/iron/logger.git#78c20cbd) [INFO] [stderr] Compiling image v0.10.4 [INFO] [stderr] Compiling CloudTask v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: crate `CloudTask` should have a snake case name [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] = help: convert the identifier to snake case: `cloud_task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 29.01s [INFO] running `Command { std: "docker" "inspect" "264cb670d68b34316b717f3ec210a7324bbe53fbfa1d4296b20a578865306eed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "264cb670d68b34316b717f3ec210a7324bbe53fbfa1d4296b20a578865306eed", kill_on_drop: false }` [INFO] [stdout] 264cb670d68b34316b717f3ec210a7324bbe53fbfa1d4296b20a578865306eed [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] [stdout] 7072e1e0f4e7a33d89be331d57d0db9efa3a3b2e82504de82e4f63a209a5f2e2 [INFO] running `Command { std: "docker" "start" "-a" "7072e1e0f4e7a33d89be331d57d0db9efa3a3b2e82504de82e4f63a209a5f2e2", kill_on_drop: false }` [INFO] [stderr] warning: parsed version requirement `0.2*` is no longer valid [INFO] [stderr] [INFO] [stderr] Previous versions of Cargo accepted this malformed requirement, [INFO] [stderr] but it is being deprecated. This was found when parsing the manifest [INFO] [stderr] of iron 0.2.6, and the correct version requirement is `0.2.*`. [INFO] [stderr] [INFO] [stderr] This will soon become a hard error, so it's either recommended to [INFO] [stderr] update to a fixed version or contact the upstream maintainer about [INFO] [stderr] this warning. [INFO] [stderr] [INFO] [stderr] Compiling CloudTask v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: crate `CloudTask` should have a snake case name [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] = help: convert the identifier to snake case: `cloud_task` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.80s [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "7072e1e0f4e7a33d89be331d57d0db9efa3a3b2e82504de82e4f63a209a5f2e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7072e1e0f4e7a33d89be331d57d0db9efa3a3b2e82504de82e4f63a209a5f2e2", kill_on_drop: false }` [INFO] [stdout] 7072e1e0f4e7a33d89be331d57d0db9efa3a3b2e82504de82e4f63a209a5f2e2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] [stdout] f88e7945cd467dac4551b3468d73438669908cf550d1207eaba3a6e6b5b90cf6 [INFO] running `Command { std: "docker" "start" "-a" "f88e7945cd467dac4551b3468d73438669908cf550d1207eaba3a6e6b5b90cf6", kill_on_drop: false }` [INFO] [stderr] warning: parsed version requirement `0.2*` is no longer valid [INFO] [stderr] [INFO] [stderr] Previous versions of Cargo accepted this malformed requirement, [INFO] [stderr] but it is being deprecated. This was found when parsing the manifest [INFO] [stderr] of iron 0.2.6, and the correct version requirement is `0.2.*`. [INFO] [stderr] [INFO] [stderr] This will soon become a hard error, so it's either recommended to [INFO] [stderr] update to a fixed version or contact the upstream maintainer about [INFO] [stderr] this warning. [INFO] [stderr] [INFO] [stderr] warning: crate `CloudTask` 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: `cloud_task` [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/CloudTask-0d05cdd1f3edb2bc) [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" "f88e7945cd467dac4551b3468d73438669908cf550d1207eaba3a6e6b5b90cf6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f88e7945cd467dac4551b3468d73438669908cf550d1207eaba3a6e6b5b90cf6", kill_on_drop: false }` [INFO] [stdout] f88e7945cd467dac4551b3468d73438669908cf550d1207eaba3a6e6b5b90cf6