[INFO] updating cached repository SasukeMCHC/CloudService [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/SasukeMCHC/CloudService [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/SasukeMCHC/CloudService" "work/ex/pr-62181/sources/master#6ea4036cd20a4b1ab1d56e555108c21735ff6946/gh/SasukeMCHC/CloudService"` [INFO] [stderr] Cloning into 'work/ex/pr-62181/sources/master#6ea4036cd20a4b1ab1d56e555108c21735ff6946/gh/SasukeMCHC/CloudService'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/SasukeMCHC/CloudService" "work/ex/pr-62181/sources/try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc/gh/SasukeMCHC/CloudService"` [INFO] [stderr] Cloning into 'work/ex/pr-62181/sources/try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc/gh/SasukeMCHC/CloudService'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0a152c1b77c88dc3ea142273d70dc8dd5c7ced7f [INFO] sha for GitHub repo SasukeMCHC/CloudService: 0a152c1b77c88dc3ea142273d70dc8dd5c7ced7f [INFO] validating manifest of SasukeMCHC/CloudService on toolchain master#6ea4036cd20a4b1ab1d56e555108c21735ff6946 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+6ea4036cd20a4b1ab1d56e555108c21735ff6946-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of SasukeMCHC/CloudService on toolchain try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+003a7b6b5753e8509fdfe7949d4f0873ba71e4fc-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing SasukeMCHC/CloudService [INFO] finished frobbing SasukeMCHC/CloudService [INFO] frobbed toml for SasukeMCHC/CloudService written to work/ex/pr-62181/sources/master#6ea4036cd20a4b1ab1d56e555108c21735ff6946/gh/SasukeMCHC/CloudService/Cargo.toml [INFO] started frobbing SasukeMCHC/CloudService [INFO] finished frobbing SasukeMCHC/CloudService [INFO] frobbed toml for SasukeMCHC/CloudService written to work/ex/pr-62181/sources/try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc/gh/SasukeMCHC/CloudService/Cargo.toml [INFO] crate SasukeMCHC/CloudService already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+6ea4036cd20a4b1ab1d56e555108c21735ff6946-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+003a7b6b5753e8509fdfe7949d4f0873ba71e4fc-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking SasukeMCHC/CloudService against master#6ea4036cd20a4b1ab1d56e555108c21735ff6946 for pr-62181 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62181/worker-7/master#6ea4036cd20a4b1ab1d56e555108c21735ff6946:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62181/sources/master#6ea4036cd20a4b1ab1d56e555108c21735ff6946/gh/SasukeMCHC/CloudService:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+6ea4036cd20a4b1ab1d56e555108c21735ff6946-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] a63435c949ab57545c3522230bd7f1a113ee478d89a3dd23cfe8b126b33437e3 [INFO] running `"docker" "start" "-a" "a63435c949ab57545c3522230bd7f1a113ee478d89a3dd23cfe8b126b33437e3"` [INFO] [stderr] Checking CloudService v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error: no rules expected the token `Regex` [INFO] [stderr] --> src/main.rs:46:28 [INFO] [stderr] | [INFO] [stderr] 46 | static ref SERVER_PATH Regex = Regex::new("^/server/((?P\\d+?)/?)?$").unwrap(); [INFO] [stderr] | ^^^^^ no rules expected this token in macro call [INFO] [stderr] [INFO] [stderr] error: no rules expected the token `Regex` [INFO] [stderr] --> src/main.rs:46:28 [INFO] [stderr] | [INFO] [stderr] 46 | static ref SERVER_PATH Regex = Regex::new("^/server/((?P\\d+?)/?)?$").unwrap(); [INFO] [stderr] | ^^^^^ no rules expected this token in macro call [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `USERS_PATH` in this scope [INFO] [stderr] --> src/main.rs:65:19 [INFO] [stderr] | [INFO] [stderr] 65 | } else if USERS_PATH.is_match(path) { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `USER_PATH` in this scope [INFO] [stderr] --> src/main.rs:75:35 [INFO] [stderr] | [INFO] [stderr] 75 | } else if let Some(cap) = USER_PATH.captures(path) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `USERS_PATH` in this scope [INFO] [stderr] --> src/main.rs:65:19 [INFO] [stderr] | [INFO] [stderr] 65 | } else if USERS_PATH.is_match(path) { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `USER_PATH` in this scope [INFO] [stderr] --> src/main.rs:75:35 [INFO] [stderr] | [INFO] [stderr] 75 | } else if let Some(cap) = USER_PATH.captures(path) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `str` cannot be known at compilation time [INFO] [stderr] --> src/main.rs:25:4 [INFO] [stderr] | [INFO] [stderr] 25 | name: str, online_count: i128 , [INFO] [stderr] | ^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `str` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: only the last field of a struct may have a dynamically sized type [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `str` cannot be known at compilation time [INFO] [stderr] --> src/main.rs:25:4 [INFO] [stderr] | [INFO] [stderr] 25 | name: str, online_count: i128 , [INFO] [stderr] | ^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `str` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: only the last field of a struct may have a dynamically sized type [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `CloudService`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `CloudService`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a63435c949ab57545c3522230bd7f1a113ee478d89a3dd23cfe8b126b33437e3"` [INFO] running `"docker" "rm" "-f" "a63435c949ab57545c3522230bd7f1a113ee478d89a3dd23cfe8b126b33437e3"` [INFO] [stdout] a63435c949ab57545c3522230bd7f1a113ee478d89a3dd23cfe8b126b33437e3