[INFO] updating cached repository https://github.com/tomislater/rrasp [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7624d67e55e4ab984b3809ad831df535db1f75cc [INFO] checking tomislater/rrasp against try#1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0 for pr-69530 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomislater%2Frrasp" "/workspace/builds/worker-12/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tomislater/rrasp on toolchain 1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/tomislater/rrasp [INFO] finished tweaking git repo https://github.com/tomislater/rrasp [INFO] tweaked toml for git repo https://github.com/tomislater/rrasp written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/tomislater/rrasp already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-12/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "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] 1cad42670871d5d39b70eb7dc11a1cf4e7229fc114c1524079fe8259d79c82e4 [INFO] running `"docker" "start" "-a" "1cad42670871d5d39b70eb7dc11a1cf4e7229fc114c1524079fe8259d79c82e4"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v1.0.19 [INFO] [stderr] Checking pin-project-lite v0.1.5 [INFO] [stderr] Checking futures-task v0.3.4 [INFO] [stderr] Checking argparse v0.2.2 [INFO] [stderr] Checking http-body v0.3.1 [INFO] [stderr] Checking tokio v0.2.20 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Checking tokio-util v0.3.1 [INFO] [stderr] Checking h2 v0.2.5 [INFO] [stderr] Compiling pin-project-internal v0.4.11 [INFO] [stderr] Checking pin-project v0.4.11 [INFO] [stderr] Checking hyper v0.13.5 [INFO] [stderr] error[E0658]: attributes on expressions are experimental [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.13.5/src/server/conn.rs:926:21 [INFO] [stderr] | [INFO] [stderr] 926 | #[project] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #15701 for more information [INFO] [stderr] = help: add `#![feature(stmt_expr_attributes)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: custom attributes cannot be applied to expressions [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.13.5/src/server/conn.rs:926:21 [INFO] [stderr] | [INFO] [stderr] 926 | #[project] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #54727 for more information [INFO] [stderr] = help: add `#![feature(proc_macro_hygiene)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: attributes on expressions are experimental [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.13.5/src/server/shutdown.rs:65:17 [INFO] [stderr] | [INFO] [stderr] 65 | #[project] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #15701 for more information [INFO] [stderr] = help: add `#![feature(stmt_expr_attributes)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: custom attributes cannot be applied to expressions [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.13.5/src/server/shutdown.rs:65:17 [INFO] [stderr] | [INFO] [stderr] 65 | #[project] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #54727 for more information [INFO] [stderr] = help: add `#![feature(proc_macro_hygiene)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0658`. [INFO] [stderr] error: could not compile `hyper`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "1cad42670871d5d39b70eb7dc11a1cf4e7229fc114c1524079fe8259d79c82e4"` [INFO] running `"docker" "rm" "-f" "1cad42670871d5d39b70eb7dc11a1cf4e7229fc114c1524079fe8259d79c82e4"` [INFO] [stdout] 1cad42670871d5d39b70eb7dc11a1cf4e7229fc114c1524079fe8259d79c82e4