[INFO] crate smol-attributes 0.1.3 is already in cache [INFO] checking smol-attributes-0.1.3 against master#74e80468347471779be6060d8d7d6d04e98e467f for pr-72788 [INFO] extracting crate smol-attributes 0.1.3 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate smol-attributes 0.1.3 on toolchain 74e80468347471779be6060d8d7d6d04e98e467f [INFO] running `"/workspace/cargo-home/bin/cargo" "+74e80468347471779be6060d8d7d6d04e98e467f" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate smol-attributes 0.1.3 [INFO] finished tweaking crates.io crate smol-attributes 0.1.3 [INFO] tweaked toml for crates.io crate smol-attributes 0.1.3 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate crates.io crate smol-attributes 0.1.3 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+74e80468347471779be6060d8d7d6d04e98e467f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+74e80468347471779be6060d8d7d6d04e98e467f" "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] 28a0d608d99610b1c8a5c2399931dec5c33a948a81bd2ac322d78c1e17cac8ce [INFO] running `"docker" "start" "-a" "28a0d608d99610b1c8a5c2399931dec5c33a948a81bd2ac322d78c1e17cac8ce"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling nix v0.17.0 [INFO] [stderr] Compiling futures-sink v0.3.4 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling futures-core v0.3.4 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Checking unicode-xid v0.2.0 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-task v0.3.4 [INFO] [stderr] Compiling futures-io v0.3.4 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking once_cell v1.3.1 [INFO] [stderr] Checking scoped-tls-hkt v0.1.2 [INFO] [stderr] Checking async-task v3.0.0 [INFO] [stderr] Compiling futures-channel v0.3.4 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Checking quote v1.0.3 [INFO] [stderr] Compiling crossbeam-channel v0.4.2 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling crossbeam v0.7.3 [INFO] [stderr] Compiling socket2 v0.3.12 [INFO] [stderr] Checking futures v0.3.4 [INFO] [stderr] Checking piper v0.1.1 [INFO] [stderr] Compiling smol v0.1.0 [INFO] [stderr] Checking smol-attributes v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `smol_potat` [INFO] [stderr] --> tests/test.rs:1:3 [INFO] [stderr] | [INFO] [stderr] 1 | #[smol_potat::test] [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `smol_potat` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `smol_potat` [INFO] [stderr] --> examples/main.rs:3:3 [INFO] [stderr] | [INFO] [stderr] 3 | #[smol_potat::main] [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `smol_potat` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: could not compile `smol-attributes`. [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[E0433]: failed to resolve: use of undeclared type or module `smol_potat` [INFO] [stderr] --> benches/basic.rs:4:3 [INFO] [stderr] | [INFO] [stderr] 4 | #[smol_potat::bench] [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `smol_potat` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error[E0277]: `main` has invalid return type `impl std::future::Future` [INFO] [stderr] --> examples/main.rs:4:17 [INFO] [stderr] | [INFO] [stderr] 4 | async fn main() { [INFO] [stderr] | ^ `main` can only return types that implement `std::process::Termination` [INFO] [stderr] | [INFO] [stderr] = help: consider using `()`, or a `Result` [INFO] [stderr] [INFO] [stderr] error[E0752]: `main` function is not allowed to be `async` [INFO] [stderr] --> examples/main.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | async fn main() { [INFO] [stderr] | ^^^^^^^^^^^^^^^ `main` function is not allowed to be `async` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0433, E0752. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "28a0d608d99610b1c8a5c2399931dec5c33a948a81bd2ac322d78c1e17cac8ce"` [INFO] running `"docker" "rm" "-f" "28a0d608d99610b1c8a5c2399931dec5c33a948a81bd2ac322d78c1e17cac8ce"` [INFO] [stdout] 28a0d608d99610b1c8a5c2399931dec5c33a948a81bd2ac322d78c1e17cac8ce