[INFO] updating cached repository Afourcat/Runix [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Afourcat/Runix [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Afourcat/Runix" "work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/Afourcat/Runix"` [INFO] [stderr] Cloning into 'work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/Afourcat/Runix'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Afourcat/Runix" "work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/gh/Afourcat/Runix"` [INFO] [stderr] Cloning into 'work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/gh/Afourcat/Runix'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f9808de41303555c1b4fee26837d890002094d06 [INFO] sha for GitHub repo Afourcat/Runix: f9808de41303555c1b4fee26837d890002094d06 [INFO] validating manifest of Afourcat/Runix on toolchain master#a850a426491e14186af2250549bf41256b5938d2 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Afourcat/Runix on toolchain try#06a150c7d11500b41499224f165e9de1de096768 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Afourcat/Runix [INFO] finished frobbing Afourcat/Runix [INFO] frobbed toml for Afourcat/Runix written to work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/Afourcat/Runix/Cargo.toml [INFO] started frobbing Afourcat/Runix [INFO] finished frobbing Afourcat/Runix [INFO] frobbed toml for Afourcat/Runix written to work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/gh/Afourcat/Runix/Cargo.toml [INFO] crate Afourcat/Runix already has a lockfile, it will not be regenerated [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /mnt/crater-raid/crater/work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/Afourcat/Runix/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking Afourcat/Runix against master#a850a426491e14186af2250549bf41256b5938d2 for pr-60162 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60162/worker-7/master#a850a426491e14186af2250549bf41256b5938d2:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/Afourcat/Runix:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/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" "+a850a426491e14186af2250549bf41256b5938d2-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] a72f92c98758555bf656c5049f13da5868b218298993dc88117ef48a001543cf [INFO] running `"docker" "start" "-a" "a72f92c98758555bf656c5049f13da5868b218298993dc88117ef48a001543cf"` [INFO] [stderr] Checking blog_os v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error: expected one of `,`, `.`, `?`, `}`, or an operator, found `;` [INFO] [stderr] --> src/vga_buffer.rs:165:58 [INFO] [stderr] | [INFO] [stderr] 163 | Writer { [INFO] [stderr] | ------ while parsing this struct [INFO] [stderr] 164 | column_position: 0, [INFO] [stderr] 165 | color_code: ColorCode::new(Color::White, Color::Black); [INFO] [stderr] | ^ expected one of `,`, `.`, `?`, `}`, or an operator here [INFO] [stderr] [INFO] [stderr] error: unexpected token: `...` [INFO] [stderr] --> src/vga_buffer.rs:171:3 [INFO] [stderr] | [INFO] [stderr] 171 | ... [INFO] [stderr] | ^^^ [INFO] [stderr] help: use `..` for an exclusive range [INFO] [stderr] | [INFO] [stderr] 171 | .. [INFO] [stderr] | [INFO] [stderr] help: or `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] 171 | ..= [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0586]: inclusive range with no end [INFO] [stderr] --> src/vga_buffer.rs:172:2 [INFO] [stderr] | [INFO] [stderr] 172 | } [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = help: inclusive ranges must be bounded at the end (`..=b` or `a..=b`) [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `.`, `?`, `}`, or an operator, found `;` [INFO] [stderr] --> src/vga_buffer.rs:165:58 [INFO] [stderr] | [INFO] [stderr] 163 | Writer { [INFO] [stderr] | ------ while parsing this struct [INFO] [stderr] 164 | column_position: 0, [INFO] [stderr] 165 | color_code: ColorCode::new(Color::White, Color::Black); [INFO] [stderr] | ^ expected one of `,`, `.`, `?`, `}`, or an operator here [INFO] [stderr] [INFO] [stderr] error: unexpected token: `...` [INFO] [stderr] --> src/vga_buffer.rs:171:3 [INFO] [stderr] | [INFO] [stderr] 171 | ... [INFO] [stderr] | ^^^ [INFO] [stderr] help: use `..` for an exclusive range [INFO] [stderr] | [INFO] [stderr] 171 | .. [INFO] [stderr] | [INFO] [stderr] help: or `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] 171 | ..= [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0586]: inclusive range with no end [INFO] [stderr] --> src/vga_buffer.rs:172:2 [INFO] [stderr] | [INFO] [stderr] 172 | } [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = help: inclusive ranges must be bounded at the end (`..=b` or `a..=b`) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `constructor_buffer` in this scope [INFO] [stderr] --> src/vga_buffer.rs:162:16 [INFO] [stderr] | [INFO] [stderr] 162 | let buffer = constructor_buffer(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `construct_buffer` [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::boxed::Box` [INFO] [stderr] --> src/vga_buffer.rs:160:7 [INFO] [stderr] | [INFO] [stderr] 160 | use std::boxed::Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] error[E0601]: `main` function not found in crate `blog_os` [INFO] [stderr] | [INFO] [stderr] = note: consider adding a `main` function to `src/main.rs` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0586, E0601. [INFO] [stderr] For more information about an error, try `rustc --explain E0586`. [INFO] [stderr] error: Could not compile `blog_os`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0063]: missing field `buffer` in initializer of `vga_buffer::Writer` [INFO] [stderr] --> src/vga_buffer.rs:163:3 [INFO] [stderr] | [INFO] [stderr] 163 | Writer { [INFO] [stderr] | ^^^^^^ missing `buffer` [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0063, E0425, E0586. [INFO] [stderr] For more information about an error, try `rustc --explain E0063`. [INFO] [stderr] error: Could not compile `blog_os`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a72f92c98758555bf656c5049f13da5868b218298993dc88117ef48a001543cf"` [INFO] running `"docker" "rm" "-f" "a72f92c98758555bf656c5049f13da5868b218298993dc88117ef48a001543cf"` [INFO] [stdout] a72f92c98758555bf656c5049f13da5868b218298993dc88117ef48a001543cf