[INFO] fetching crate rs621 0.6.0-alpha1... [INFO] checking rs621-0.6.0-alpha1 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate rs621 0.6.0-alpha1 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate rs621 0.6.0-alpha1 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate rs621 0.6.0-alpha1 [INFO] finished tweaking crates.io crate rs621 0.6.0-alpha1 [INFO] tweaked toml for crates.io crate rs621 0.6.0-alpha1 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate crates.io crate rs621 0.6.0-alpha1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", 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] 55e0fbe4cdafe865db5c4308f4e3efc03a6a014ef67ccc3d52d0e544a8a1b254 [INFO] running `Command { std: "docker" "start" "-a" "55e0fbe4cdafe865db5c4308f4e3efc03a6a014ef67ccc3d52d0e544a8a1b254", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "55e0fbe4cdafe865db5c4308f4e3efc03a6a014ef67ccc3d52d0e544a8a1b254", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55e0fbe4cdafe865db5c4308f4e3efc03a6a014ef67ccc3d52d0e544a8a1b254", kill_on_drop: false }` [INFO] [stdout] 55e0fbe4cdafe865db5c4308f4e3efc03a6a014ef67ccc3d52d0e544a8a1b254 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "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] 164fa5fa79673d5e0da68f1d6caa1125d5effe012621a3a54835ddf7fbc6c47d [INFO] running `Command { std: "docker" "start" "-a" "164fa5fa79673d5e0da68f1d6caa1125d5effe012621a3a54835ddf7fbc6c47d", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v0.1.4 [INFO] [stderr] Compiling syn v1.0.31 [INFO] [stderr] Checking spin v0.5.0 [INFO] [stderr] Compiling log v0.4.7 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling pkg-config v0.3.14 [INFO] [stderr] Compiling cc v1.0.37 [INFO] [stderr] Checking itoa v0.4.4 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling pin-project-internal v0.4.22 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Compiling openssl v0.10.23 [INFO] [stderr] Checking futures-task v0.3.5 [INFO] [stderr] Compiling ryu v1.0.0 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Compiling serde_json v1.0.55 [INFO] [stderr] Checking indexmap v1.0.2 [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Checking approx v0.1.1 [INFO] [stderr] Compiling encoding_rs v0.8.17 [INFO] [stderr] Checking dtoa v0.4.4 [INFO] [stderr] Checking rgb v0.8.14 [INFO] [stderr] Checking ucd-util v0.1.3 [INFO] [stderr] Compiling regex v1.1.9 [INFO] [stderr] Checking either v1.5.3 [INFO] [stderr] Checking utf8-ranges v1.0.3 [INFO] [stderr] Checking futures-io v0.3.5 [INFO] [stderr] Checking difference v2.0.0 [INFO] [stderr] Checking urlencoding v1.0.0 [INFO] [stderr] Checking custom_error v1.7.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.2 [INFO] [stderr] Compiling proc-macro-error v1.0.2 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking http v0.2.1 [INFO] [stderr] Checking unicode-normalization v0.1.8 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling rand_chacha v0.2.0 [INFO] [stderr] Checking regex-syntax v0.6.8 [INFO] [stderr] Compiling unicase v2.4.0 [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Checking itertools v0.9.0 [INFO] [stderr] Checking c2-chacha v0.2.2 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Checking getrandom v0.1.6 [INFO] [stderr] Checking socket2 v0.3.12 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking mio v0.6.22 [INFO] [stderr] Checking rand_core v0.5.0 [INFO] [stderr] Checking idna v0.2.0 [INFO] [stderr] Checking mime v0.3.13 [INFO] [stderr] Checking aho-corasick v0.7.4 [INFO] [stderr] Compiling mime_guess v2.0.1 [INFO] [stderr] Checking rand v0.7.0 [INFO] [stderr] Compiling openssl-sys v0.9.47 [INFO] [stderr] Checking http-body v0.3.1 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking url v2.1.1 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Checking winconsole v0.10.0 [INFO] [stderr] Checking colored v1.8.0 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling serde_derive v1.0.111 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling derivative v2.1.1 [INFO] [stderr] Checking tokio v0.2.21 [INFO] [stderr] Compiling extend v0.1.2 [INFO] [stderr] Checking pin-project v0.4.22 [INFO] [stderr] Checking futures-util v0.3.5 [INFO] [stderr] Checking tokio-util v0.3.1 [INFO] [stderr] Checking tokio-tls v0.3.1 [INFO] [stderr] Checking h2 v0.2.5 [INFO] [stderr] Checking futures v0.3.5 [INFO] [stderr] Checking hyper v0.13.6 [INFO] [stderr] Checking hyper-tls v0.4.1 [INFO] [stderr] Checking serde_urlencoded v0.6.1 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Checking assert-json-diff v1.0.3 [INFO] [stderr] Checking reqwest v0.10.6 [INFO] [stderr] Checking mockito v0.23.3 [INFO] [stderr] Checking rs621 v0.6.0-alpha1 (/opt/rustwide/workdir) [INFO] [stdout] error: couldn't read src/mocked/320_page-1_fluffy_rating-s_order-score.json: No such file or directory (os error 2) [INFO] [stdout] --> src/post.rs:674:20 [INFO] [stdout] | [INFO] [stdout] 674 | .with_body(include_str!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 675 | | "mocked/320_page-1_fluffy_rating-s_order-score.json" [INFO] [stdout] 676 | | )) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/mocked/320_page-1_fluffy_rating-s_order-score.json: No such file or directory (os error 2) [INFO] [stdout] --> src/post.rs:685:57 [INFO] [stdout] | [INFO] [stdout] 685 | serde_json::from_str::(include_str!( [INFO] [stdout] | _________________________________________________________^ [INFO] [stdout] 686 | | "mocked/320_page-1_fluffy_rating-s_order-score.json" [INFO] [stdout] 687 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/mocked/320_page-1_fluffy_rating-s_order-score.json: No such file or directory (os error 2) [INFO] [stdout] --> src/post.rs:703:13 [INFO] [stdout] | [INFO] [stdout] 703 | include_str!("mocked/320_page-1_fluffy_rating-s_order-score.json"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/mocked/320_page-2_fluffy_rating-s_order-score.json: No such file or directory (os error 2) [INFO] [stdout] --> src/post.rs:704:13 [INFO] [stdout] | [INFO] [stdout] 704 | include_str!("mocked/320_page-2_fluffy_rating-s_order-score.json"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/mocked/320_fluffy_rating-s_before-2269211.json: No such file or directory (os error 2) [INFO] [stdout] --> src/post.rs:755:29 [INFO] [stdout] | [INFO] [stdout] 755 | let response_json = include_str!("mocked/320_fluffy_rating-s_before-2269211.json"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/mocked/320_fluffy_rating-s.json: No such file or directory (os error 2) [INFO] [stdout] --> src/post.rs:785:13 [INFO] [stdout] | [INFO] [stdout] 785 | include_str!("mocked/320_fluffy_rating-s.json"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/mocked/320_fluffy_rating-s_before-2269211.json: No such file or directory (os error 2) [INFO] [stdout] --> src/post.rs:786:13 [INFO] [stdout] | [INFO] [stdout] 786 | include_str!("mocked/320_fluffy_rating-s_before-2269211.json"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/mocked/320_fluffy_rating-s.json: No such file or directory (os error 2) [INFO] [stdout] --> src/post.rs:861:29 [INFO] [stdout] | [INFO] [stdout] 861 | let response_json = include_str!("mocked/320_fluffy_rating-s.json"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/mocked/id_8595_535_2105_1470.json: No such file or directory (os error 2) [INFO] [stdout] --> src/post.rs:885:29 [INFO] [stdout] | [INFO] [stdout] 885 | let response_json = include_str!("mocked/id_8595_535_2105_1470.json"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/mocked/pool_search-foo.json: No such file or directory (os error 2) [INFO] [stdout] --> src/pool.rs:344:13 [INFO] [stdout] | [INFO] [stdout] 344 | include_str!("mocked/pool_search-foo.json"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/mocked/pool_search-foo.json: No such file or directory (os error 2) [INFO] [stdout] --> src/pool.rs:353:28 [INFO] [stdout] | [INFO] [stdout] 353 | .with_body(include_str!("mocked/pool_search-foo.json")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 11 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rs621` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "164fa5fa79673d5e0da68f1d6caa1125d5effe012621a3a54835ddf7fbc6c47d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "164fa5fa79673d5e0da68f1d6caa1125d5effe012621a3a54835ddf7fbc6c47d", kill_on_drop: false }` [INFO] [stdout] 164fa5fa79673d5e0da68f1d6caa1125d5effe012621a3a54835ddf7fbc6c47d