[INFO] cloning repository https://github.com/Xiaobin0860/statist [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Xiaobin0860/statist" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FXiaobin0860%2Fstatist"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FXiaobin0860%2Fstatist'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] eba01209c912f8f6a6fc8468a9720d989d0c4751 [INFO] testing Xiaobin0860/statist against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FXiaobin0860%2Fstatist" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Xiaobin0860/statist on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Xiaobin0860/statist [INFO] finished tweaking git repo https://github.com/Xiaobin0860/statist [INFO] tweaked toml for git repo https://github.com/Xiaobin0860/statist written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/Xiaobin0860/statist already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] beeee818fbc2ec0298ba65c41680501c6d6f6bc93754487707b867f60cebb707 [INFO] running `"docker" "start" "-a" "beeee818fbc2ec0298ba65c41680501c6d6f6bc93754487707b867f60cebb707"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling proc-macro-hack v0.5.15 [INFO] [stderr] Compiling futures-io v0.3.4 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling once_cell v1.3.1 [INFO] [stderr] Compiling futures-timer v2.0.2 [INFO] [stderr] Compiling base64 v0.12.0 [INFO] [stderr] Compiling anyhow v1.0.28 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling async-task v1.3.1 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling kv-log-macro v1.0.4 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling sha-1 v0.8.2 [INFO] [stderr] Compiling sha2 v0.8.1 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Compiling thiserror-impl v1.0.14 [INFO] [stderr] Compiling async-stream-impl v0.2.1 [INFO] [stderr] Compiling async-stream v0.2.1 [INFO] [stderr] Compiling futures-util v0.3.4 [INFO] [stderr] Compiling thiserror v1.0.14 [INFO] [stderr] Compiling broadcaster v1.0.0 [INFO] [stderr] Compiling futures-executor v0.3.4 [INFO] [stderr] Compiling async-std v1.5.0 [INFO] [stderr] Compiling futures v0.3.4 [INFO] [stderr] Compiling async-native-tls v0.3.3 [INFO] [stderr] Compiling sqlx-core v0.3.3 [INFO] [stderr] Compiling sqlx-macros v0.3.3 [INFO] [stderr] Compiling sqlx v0.3.3 [INFO] [stderr] Compiling statics v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: failed to connect to database: Network is unreachable (os error 101) [INFO] [stderr] --> src/main.rs:56:16 [INFO] [stderr] | [INFO] [stderr] 56 | let raws = sqlx::query_as!( [INFO] [stderr] | ________________^ [INFO] [stderr] 57 | | Raw, [INFO] [stderr] 58 | | " [INFO] [stderr] 59 | | SELECT id, uid, sid, device_id, new_device, act, rc [INFO] [stderr] ... | [INFO] [stderr] 64 | | max [INFO] [stderr] 65 | | ) [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0698]: type inside `async fn` body must be known in this context [INFO] [stderr] --> src/main.rs:115:17 [INFO] [stderr] | [INFO] [stderr] 115 | let mut stays = vec![0; 31]; [INFO] [stderr] | ^^^^^^^^^ cannot infer type for type `{integer}` [INFO] [stderr] | [INFO] [stderr] note: the type is part of the `async fn` body because of this `await` [INFO] [stderr] --> src/main.rs:131:13 [INFO] [stderr] | [INFO] [stderr] 131 | sqlx::query(&sql).execute(&pool).await?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0698`. [INFO] [stderr] error: could not compile `statics`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "beeee818fbc2ec0298ba65c41680501c6d6f6bc93754487707b867f60cebb707"` [INFO] running `"docker" "rm" "-f" "beeee818fbc2ec0298ba65c41680501c6d6f6bc93754487707b867f60cebb707"` [INFO] [stdout] beeee818fbc2ec0298ba65c41680501c6d6f6bc93754487707b867f60cebb707