[INFO] updating cached repository https://github.com/Murano/boteg [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] ab594dc6b1342d652ceed529ec9192ca8f3aca15 [INFO] checking Murano/boteg against try#13f916f63bc6575d5ff1f989237dfabe88981368 for pr-69880 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMurano%2Fboteg" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Murano/boteg on toolchain 13f916f63bc6575d5ff1f989237dfabe88981368 [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Murano/boteg [INFO] finished tweaking git repo https://github.com/Murano/boteg [INFO] tweaked toml for git repo https://github.com/Murano/boteg written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/Murano/boteg already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+13f916f63bc6575d5ff1f989237dfabe88981368" "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] 2bcc21c359962c9d3c2e9f0e3b41aa7bcccda363a6e9e8002fcb84e29fb8cc8f [INFO] running `"docker" "start" "-a" "2bcc21c359962c9d3c2e9f0e3b41aa7bcccda363a6e9e8002fcb84e29fb8cc8f"` [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling memchr v2.3.2 [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking native-tls v0.2.3 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling tokio-macros v0.2.4 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling pin-project-internal v0.4.8 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Checking tokio v0.2.11 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Checking pin-project v0.4.8 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking tokio-tls v0.3.0 [INFO] [stderr] Checking h2 v0.2.1 [INFO] [stderr] Checking serde v1.0.104 [INFO] [stderr] Checking hyper v0.13.2 [INFO] [stderr] Checking hyper-tls v0.4.1 [INFO] [stderr] Checking serde_json v1.0.48 [INFO] [stderr] Checking boteg v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0061]: this function takes 2 arguments but 0 arguments were supplied [INFO] [stderr] --> src/lib.rs:163:23 [INFO] [stderr] | [INFO] [stderr] 37 | pub fn new>(addr: A, tg_api_uri: &'static str) -> Self { [INFO] [stderr] | -------------------------------------------------------------------------- defined here [INFO] [stderr] ... [INFO] [stderr] 163 | let mut bot = Bot::new(); [INFO] [stderr] | ^^^^^^^^-- supplied 0 arguments [INFO] [stderr] | | [INFO] [stderr] | expected 2 arguments [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:166:13 [INFO] [stderr] | [INFO] [stderr] 166 | / async { [INFO] [stderr] 167 | | println!("It works"); [INFO] [stderr] 168 | | 1 [INFO] [stderr] 169 | | } [INFO] [stderr] | |_____________^ expected struct `std::pin::Pin`, found opaque type [INFO] [stderr] | [INFO] [stderr] = note: expected struct `std::pin::Pin> + std::marker::Send + 'static)>>` [INFO] [stderr] found opaque type `impl std::future::Future` [INFO] [stderr] help: you need to pin and box this expression [INFO] [stderr] | [INFO] [stderr] 166 | Box::pin(async { [INFO] [stderr] 167 | println!("It works"); [INFO] [stderr] 168 | 1 [INFO] [stderr] 169 | }) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0308. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `boteg`. [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 `"docker" "inspect" "2bcc21c359962c9d3c2e9f0e3b41aa7bcccda363a6e9e8002fcb84e29fb8cc8f"` [INFO] running `"docker" "rm" "-f" "2bcc21c359962c9d3c2e9f0e3b41aa7bcccda363a6e9e8002fcb84e29fb8cc8f"` [INFO] [stdout] 2bcc21c359962c9d3c2e9f0e3b41aa7bcccda363a6e9e8002fcb84e29fb8cc8f