[INFO] crate egg-mode 0.14.0-beta.1 is already in cache [INFO] checking egg-mode-0.14.0-beta.1 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917 [INFO] extracting crate egg-mode 0.14.0-beta.1 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate egg-mode 0.14.0-beta.1 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc [INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate egg-mode 0.14.0-beta.1 [INFO] finished tweaking crates.io crate egg-mode 0.14.0-beta.1 [INFO] tweaked toml for crates.io crate egg-mode 0.14.0-beta.1 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate crates.io crate egg-mode 0.14.0-beta.1 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=forbid" "-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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 841f101a0a0eda012f4766bcbbf1988f4f662aa362b6a928a4cd67ca7c0f7033 [INFO] running `"docker" "start" "-a" "841f101a0a0eda012f4766bcbbf1988f4f662aa362b6a928a4cd67ca7c0f7033"` [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Checking yansi v0.5.0 [INFO] [stderr] Checking http v0.2.0 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking getrandom v0.1.14 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Checking openssl-sys v0.9.54 [INFO] [stderr] Checking hmac v0.7.1 [INFO] [stderr] Checking sha-1 v0.8.2 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking mio v0.6.21 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking openssl v0.10.28 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking http-body v0.3.1 [INFO] [stderr] Checking native-tls v0.2.4 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling pin-project-internal v0.4.8 [INFO] [stderr] Compiling thiserror-impl v1.0.11 [INFO] [stderr] Compiling derive_more v0.99.3 [INFO] [stderr] Checking tokio v0.2.13 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Checking thiserror v1.0.11 [INFO] [stderr] Checking pin-project v0.4.8 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking tokio-tls v0.3.0 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Checking serde v1.0.104 [INFO] [stderr] Checking h2 v0.2.2 [INFO] [stderr] Checking futures-executor v0.3.4 [INFO] [stderr] Checking futures v0.3.4 [INFO] [stderr] Checking hyper v0.13.3 [INFO] [stderr] Checking serde_json v1.0.48 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Checking hyper-tls v0.4.1 [INFO] [stderr] Checking egg-mode v0.14.0-beta.1 (/opt/rustwide/workdir) [INFO] [stderr] error: couldn't read examples/common/consumer_key: No such file or directory (os error 2) [INFO] [stderr] --> examples/common/mod.rs:40:28 [INFO] [stderr] | [INFO] [stderr] 40 | let consumer_key = include_str!("consumer_key").trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read examples/common/consumer_secret: No such file or directory (os error 2) [INFO] [stderr] --> examples/common/mod.rs:41:31 [INFO] [stderr] | [INFO] [stderr] 41 | let consumer_secret = include_str!("consumer_secret").trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read examples/common/consumer_key: No such file or directory (os error 2) [INFO] [stderr] --> examples/bearer.rs:11:19 [INFO] [stderr] | [INFO] [stderr] 11 | let con_key = include_str!("common/consumer_key").trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read examples/common/consumer_secret: No such file or directory (os error 2) [INFO] [stderr] --> examples/bearer.rs:12:22 [INFO] [stderr] | [INFO] [stderr] 12 | let con_secret = include_str!("common/consumer_secret").trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `egg-mode`. [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: couldn't read examples/common/consumer_key: No such file or directory (os error 2) [INFO] [stderr] --> examples/common/mod.rs:40:28 [INFO] [stderr] | [INFO] [stderr] 40 | let consumer_key = include_str!("consumer_key").trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read examples/common/consumer_secret: No such file or directory (os error 2) [INFO] [stderr] --> examples/common/mod.rs:41:31 [INFO] [stderr] | [INFO] [stderr] 41 | let consumer_secret = include_str!("consumer_secret").trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `egg-mode`. [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: couldn't read examples/common/consumer_key: No such file or directory (os error 2) [INFO] [stderr] --> examples/common/mod.rs:40:28 [INFO] [stderr] | [INFO] [stderr] 40 | let consumer_key = include_str!("consumer_key").trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read examples/common/consumer_secret: No such file or directory (os error 2) [INFO] [stderr] --> examples/common/mod.rs:41:31 [INFO] [stderr] | [INFO] [stderr] 41 | let consumer_secret = include_str!("consumer_secret").trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read examples/common/consumer_key: No such file or directory (os error 2) [INFO] [stderr] --> examples/common/mod.rs:40:28 [INFO] [stderr] | [INFO] [stderr] 40 | let consumer_key = include_str!("consumer_key").trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: couldn't read examples/common/consumer_secret: No such file or directory (os error 2) [INFO] [stderr] --> examples/common/mod.rs:41:31 [INFO] [stderr] | [INFO] [stderr] 41 | let consumer_secret = include_str!("consumer_secret").trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: could not compile `egg-mode`. [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: couldn't read examples/common/consumer_key: No such file or directory (os error 2) [INFO] [stderr] --> examples/common/mod.rs:40:28 [INFO] [stderr] | [INFO] [stderr] 40 | let consumer_key = include_str!("consumer_key").trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read examples/common/consumer_secret: No such file or directory (os error 2) [INFO] [stderr] --> examples/common/mod.rs:41:31 [INFO] [stderr] | [INFO] [stderr] 41 | let consumer_secret = include_str!("consumer_secret").trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read examples/common/consumer_key: No such file or directory (os error 2) [INFO] [stderr] --> examples/common/mod.rs:40:28 [INFO] [stderr] | [INFO] [stderr] 40 | let consumer_key = include_str!("consumer_key").trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read examples/common/consumer_secret: No such file or directory (os error 2) [INFO] [stderr] --> examples/common/mod.rs:41:31 [INFO] [stderr] | [INFO] [stderr] 41 | let consumer_secret = include_str!("consumer_secret").trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `egg-mode`. [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: couldn't read examples/common/consumer_key: No such file or directory (os error 2) [INFO] [stderr] --> examples/common/mod.rs:40:28 [INFO] [stderr] | [INFO] [stderr] 40 | let consumer_key = include_str!("consumer_key").trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read examples/common/consumer_secret: No such file or directory (os error 2) [INFO] [stderr] --> examples/common/mod.rs:41:31 [INFO] [stderr] | [INFO] [stderr] 41 | let consumer_secret = include_str!("consumer_secret").trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `egg-mode`. [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: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `egg-mode`. [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: couldn't read examples/common/consumer_key: No such file or directory (os error 2) [INFO] [stderr] --> examples/common/mod.rs:40:28 [INFO] [stderr] | [INFO] [stderr] 40 | let consumer_key = include_str!("consumer_key").trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read examples/common/consumer_secret: No such file or directory (os error 2) [INFO] [stderr] --> examples/common/mod.rs:41:31 [INFO] [stderr] | [INFO] [stderr] 41 | let consumer_secret = include_str!("consumer_secret").trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `egg-mode`. [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: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `egg-mode`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "841f101a0a0eda012f4766bcbbf1988f4f662aa362b6a928a4cd67ca7c0f7033"` [INFO] running `"docker" "rm" "-f" "841f101a0a0eda012f4766bcbbf1988f4f662aa362b6a928a4cd67ca7c0f7033"` [INFO] [stdout] 841f101a0a0eda012f4766bcbbf1988f4f662aa362b6a928a4cd67ca7c0f7033