[INFO] crate sqlx 0.2.2 is already in cache [INFO] checking sqlx-0.2.2 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate sqlx 0.2.2 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate sqlx 0.2.2 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate sqlx 0.2.2 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate sqlx 0.2.2 [INFO] tweaked toml for crates.io crate sqlx 0.2.2 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 2f4cfb90f31fc586e9e3a60e58073536ea734d2960d5443a2026f0e99fcc7a59 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "2f4cfb90f31fc586e9e3a60e58073536ea734d2960d5443a2026f0e99fcc7a59"` [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling futures-core v0.3.2 [INFO] [stderr] Compiling futures-io v0.3.2 [INFO] [stderr] Compiling futures-sink v0.3.2 [INFO] [stderr] Compiling futures-task v0.3.2 [INFO] [stderr] Compiling pin-project-lite v0.1.4 [INFO] [stderr] Compiling once_cell v1.3.1 [INFO] [stderr] Compiling futures-timer v2.0.2 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling futures-channel v0.3.2 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling async-task v1.3.1 [INFO] [stderr] Compiling crossbeam-channel v0.4.0 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Checking native-tls v0.2.3 [INFO] [stderr] Compiling crossbeam-epoch v0.8.0 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling kv-log-macro v1.0.4 [INFO] [stderr] Compiling crossbeam-deque v0.7.2 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling async-attributes v1.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.10 [INFO] [stderr] Compiling async-stream-impl v0.2.1 [INFO] [stderr] Compiling tokio-macros v0.2.4 [INFO] [stderr] Compiling async-std v1.5.0 [INFO] [stderr] Checking tokio v0.2.11 [INFO] [stderr] Compiling async-stream v0.2.1 [INFO] [stderr] Compiling futures-macro v0.3.2 [INFO] [stderr] Compiling thiserror v1.0.10 [INFO] [stderr] Compiling futures-util v0.3.2 [INFO] [stderr] Checking async-native-tls v0.3.2 [INFO] [stderr] Checking sqlx-core v0.2.5 [INFO] [stderr] Checking futures-executor v0.3.2 [INFO] [stderr] Checking futures v0.3.2 [INFO] [stderr] error[E0425]: cannot find value `__yield_tx` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sqlx-core-0.2.5/src/pool/executor.rs:39:18 [INFO] [stderr] | [INFO] [stderr] 39 | Box::pin(async_stream::try_stream! { [INFO] [stderr] | __________________^ [INFO] [stderr] 40 | | let mut self_ = &*self; [INFO] [stderr] 41 | | let mut s = <&Pool as Executor>::fetch(&mut self_, query, args); [INFO] [stderr] 42 | | [INFO] [stderr] ... | [INFO] [stderr] 45 | | } [INFO] [stderr] 46 | | }) [INFO] [stderr] | |_________^ not found in this scope [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__yield_tx` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sqlx-core-0.2.5/src/pool/executor.rs:90:18 [INFO] [stderr] | [INFO] [stderr] 90 | Box::pin(async_stream::try_stream! { [INFO] [stderr] | __________________^ [INFO] [stderr] 91 | | let mut live = self.acquire().await?; [INFO] [stderr] 92 | | let mut s = live.fetch(query, args); [INFO] [stderr] 93 | | [INFO] [stderr] ... | [INFO] [stderr] 96 | | } [INFO] [stderr] 97 | | }) [INFO] [stderr] | |_________^ not found in this scope [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__yield_tx` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sqlx-core-0.2.5/src/pool/executor.rs:39:18 [INFO] [stderr] | [INFO] [stderr] 39 | Box::pin(async_stream::try_stream! { [INFO] [stderr] | __________________^ [INFO] [stderr] 40 | | let mut self_ = &*self; [INFO] [stderr] 41 | | let mut s = <&Pool as Executor>::fetch(&mut self_, query, args); [INFO] [stderr] 42 | | [INFO] [stderr] ... | [INFO] [stderr] 45 | | } [INFO] [stderr] 46 | | }) [INFO] [stderr] | |_________^ not found in this scope [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__yield_tx` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sqlx-core-0.2.5/src/pool/executor.rs:90:18 [INFO] [stderr] | [INFO] [stderr] 90 | Box::pin(async_stream::try_stream! { [INFO] [stderr] | __________________^ [INFO] [stderr] 91 | | let mut live = self.acquire().await?; [INFO] [stderr] 92 | | let mut s = live.fetch(query, args); [INFO] [stderr] 93 | | [INFO] [stderr] ... | [INFO] [stderr] 96 | | } [INFO] [stderr] 97 | | }) [INFO] [stderr] | |_________^ not found in this scope [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `sqlx-core`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `sqlx-core`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "2f4cfb90f31fc586e9e3a60e58073536ea734d2960d5443a2026f0e99fcc7a59"` [INFO] running `"docker" "rm" "-f" "2f4cfb90f31fc586e9e3a60e58073536ea734d2960d5443a2026f0e99fcc7a59"` [INFO] [stdout] 2f4cfb90f31fc586e9e3a60e58073536ea734d2960d5443a2026f0e99fcc7a59