[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] b84df3e70e5f4a3a46c2b83b8b574c76c13e2408
[INFO] checking Murano/boteg against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[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 bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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" "+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] 461a9ea915e4cb89f6cdbcfcc8d66b81325ef916171255180775a53a19753080
[INFO] running `"docker" "start" "-a" "461a9ea915e4cb89f6cdbcfcc8d66b81325ef916171255180775a53a19753080"`
[INFO] [stderr]     Checking openssl-sys v0.9.54
[INFO] [stderr]    Compiling native-tls v0.2.3
[INFO] [stderr]    Compiling proc-macro-hack v0.5.11
[INFO] [stderr]    Compiling failure_derive v0.1.6
[INFO] [stderr]     Checking tokio v0.2.11
[INFO] [stderr]     Checking openssl v0.10.28
[INFO] [stderr]    Compiling futures-macro v0.3.4
[INFO] [stderr]     Checking failure v0.1.6
[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 hyper v0.13.2
[INFO] [stderr]     Checking hyper-tls v0.4.1
[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:201:23
[INFO] [stderr]     |
[INFO] [stderr] 41  |     pub fn new<A: Into<SocketAddr>>(addr: A, tg_api_uri: &'static str) -> Self {
[INFO] [stderr]     |     -------------------------------------------------------------------------- defined here
[INFO] [stderr] ...
[INFO] [stderr] 201 |         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:204:13
[INFO] [stderr]     |
[INFO] [stderr] 204 | /             async {
[INFO] [stderr] 205 | |                 println!("It works");
[INFO] [stderr] 206 | |                 1
[INFO] [stderr] 207 | |             }
[INFO] [stderr]     | |_____________^ expected struct `std::pin::Pin`, found opaque type
[INFO] [stderr]     |
[INFO] [stderr]     = note:   expected struct `std::pin::Pin<std::boxed::Box<(dyn std::future::Future<Output = std::result::Result<messages::ResponseMessage, failure::error::Error>> + 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] 204 |             Box::pin(async {
[INFO] [stderr] 205 |                 println!("It works");
[INFO] [stderr] 206 |                 1
[INFO] [stderr] 207 |             })
[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" "461a9ea915e4cb89f6cdbcfcc8d66b81325ef916171255180775a53a19753080"`
[INFO] running `"docker" "rm" "-f" "461a9ea915e4cb89f6cdbcfcc8d66b81325ef916171255180775a53a19753080"`
[INFO] [stdout] 461a9ea915e4cb89f6cdbcfcc8d66b81325ef916171255180775a53a19753080
