[INFO] updating cached repository rebeccaskinner/bloxy [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/rebeccaskinner/bloxy [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/rebeccaskinner/bloxy" "work/ex/beta-1.37-6/sources/1.36.0/gh/rebeccaskinner/bloxy"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/rebeccaskinner/bloxy'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/rebeccaskinner/bloxy" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/rebeccaskinner/bloxy"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/rebeccaskinner/bloxy'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d64c05842e844e93b516daa92348a528aaad3de5 [INFO] sha for GitHub repo rebeccaskinner/bloxy: d64c05842e844e93b516daa92348a528aaad3de5 [INFO] validating manifest of rebeccaskinner/bloxy on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rebeccaskinner/bloxy on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing rebeccaskinner/bloxy [INFO] finished frobbing rebeccaskinner/bloxy [INFO] frobbed toml for rebeccaskinner/bloxy written to work/ex/beta-1.37-6/sources/1.36.0/gh/rebeccaskinner/bloxy/Cargo.toml [INFO] started frobbing rebeccaskinner/bloxy [INFO] finished frobbing rebeccaskinner/bloxy [INFO] frobbed toml for rebeccaskinner/bloxy written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/rebeccaskinner/bloxy/Cargo.toml [INFO] crate rebeccaskinner/bloxy already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing rebeccaskinner/bloxy against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/rebeccaskinner/bloxy:/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=warn" "-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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] db250761473b26e7ccbee457f5b792c9af11c15e53ccc57a7333c0f5cc2fd9af [INFO] running `"docker" "start" "-a" "db250761473b26e7ccbee457f5b792c9af11c15e53ccc57a7333c0f5cc2fd9af"` [INFO] [stderr] Compiling libc v0.2.51 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling itoa v0.4.3 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling http v0.1.17 [INFO] [stderr] Compiling bloxy v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: type `port_t` should have an upper camel case name [INFO] [stderr] --> src/app.rs:1:6 [INFO] [stderr] | [INFO] [stderr] 1 | type port_t = u16; [INFO] [stderr] | ^^^^^^ help: convert the identifier to upper camel case: `PortT` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_camel_case_types)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Request`, `Response` [INFO] [stderr] --> src/main.rs:2:12 [INFO] [stderr] | [INFO] [stderr] 2 | use http::{Request, Response}; [INFO] [stderr] | ^^^^^^^ ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::env` [INFO] [stderr] --> src/main.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use std::env; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0063]: missing field `port` in initializer of `app::Config` [INFO] [stderr] --> src/app.rs:9:15 [INFO] [stderr] | [INFO] [stderr] 9 | let cfg = Config {}; [INFO] [stderr] | ^^^^^^ missing `port` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0063`. [INFO] [stderr] error: Could not compile `bloxy`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "db250761473b26e7ccbee457f5b792c9af11c15e53ccc57a7333c0f5cc2fd9af"` [INFO] running `"docker" "rm" "-f" "db250761473b26e7ccbee457f5b792c9af11c15e53ccc57a7333c0f5cc2fd9af"` [INFO] [stdout] db250761473b26e7ccbee457f5b792c9af11c15e53ccc57a7333c0f5cc2fd9af