[INFO] updating cached repository https://github.com/BrandtNick/rust-user-api [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] cb473d31ef4b18e95abb6ea554f20322e49fc666 [INFO] testing BrandtNick/rust-user-api against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FBrandtNick%2Frust-user-api" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/BrandtNick/rust-user-api on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/BrandtNick/rust-user-api [INFO] finished tweaking git repo https://github.com/BrandtNick/rust-user-api [INFO] tweaked toml for git repo https://github.com/BrandtNick/rust-user-api written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/BrandtNick/rust-user-api already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] c17f2cfc794f73cac84ebb56854aea9c9fddd6cb78c3976dbf2371d3b03aaa4b [INFO] running `"docker" "start" "-a" "c17f2cfc794f73cac84ebb56854aea9c9fddd6cb78c3976dbf2371d3b03aaa4b"` [INFO] [stderr] Compiling socket2 v0.3.8 [INFO] [stderr] Compiling ring v0.13.2 [INFO] [stderr] Compiling actix-web v0.7.13 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling backtrace v0.2.3 [INFO] [stderr] Compiling crossbeam-epoch v0.6.0 [INFO] [stderr] Compiling syn v0.15.11 [INFO] [stderr] Compiling serde_json v1.0.32 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling flate2 v1.0.3 [INFO] [stderr] Compiling serde_urlencoded v0.5.3 [INFO] [stderr] Compiling scan_fmt v0.1.3 [INFO] [stderr] Compiling tokio-signal v0.2.5 [INFO] [stderr] Compiling bcrypt v0.2.0 [INFO] [stderr] Compiling error-chain v0.1.12 [INFO] [stderr] Compiling trust-dns-proto v0.4.3 [INFO] [stderr] Compiling crossbeam-channel v0.2.6 [INFO] [stderr] Compiling bson v0.12.3 [INFO] [stderr] Compiling serde_derive v1.0.80 [INFO] [stderr] Compiling trust-dns-resolver v0.9.1 [INFO] [stderr] Compiling cookie v0.11.0 [INFO] [stderr] Compiling synstructure v0.9.0 [INFO] [stderr] Compiling failure_derive v0.1.2 [INFO] [stderr] Compiling actix_derive v0.3.0 [INFO] [stderr] Compiling textnonce v0.6.4 [INFO] [stderr] Compiling jsonwebtoken v5.0.1 [INFO] [stderr] Compiling failure v0.1.2 [INFO] [stderr] Compiling mongodb v0.3.10 [INFO] [stderr] Compiling trust-dns-proto v0.5.0-alpha.3 [INFO] [stderr] Compiling actix v0.7.5 [INFO] [stderr] Compiling trust-dns-resolver v0.10.0-alpha.3 [INFO] [stderr] Compiling actix-net v0.1.1 [INFO] [stderr] Compiling rest-api v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `;` [INFO] [stderr] --> src/main.rs:30:15 [INFO] [stderr] | [INFO] [stderr] 25 | server::new(|| App::new() [INFO] [stderr] | - unclosed delimiter [INFO] [stderr] ... [INFO] [stderr] 30 | .run(); [INFO] [stderr] | ^ help: `)` may belong here [INFO] [stderr] [INFO] [stderr] error: expected expression, found `)` [INFO] [stderr] --> src/main.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | } [INFO] [stderr] | ^ expected expression [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `bind` found for type `actix_web::App` in the current scope [INFO] [stderr] --> src/main.rs:28:10 [INFO] [stderr] | [INFO] [stderr] 28 | .bind(host) [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: Could not compile `rest-api`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "c17f2cfc794f73cac84ebb56854aea9c9fddd6cb78c3976dbf2371d3b03aaa4b"` [INFO] running `"docker" "rm" "-f" "c17f2cfc794f73cac84ebb56854aea9c9fddd6cb78c3976dbf2371d3b03aaa4b"` [INFO] [stdout] c17f2cfc794f73cac84ebb56854aea9c9fddd6cb78c3976dbf2371d3b03aaa4b