[INFO] cloning repository https://github.com/aphexcreations/rustls [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aphexcreations/rustls" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faphexcreations%2Frustls", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faphexcreations%2Frustls'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 50a4e97bac467e416dcef28966e1fa2668fc9509 [INFO] testing aphexcreations/rustls against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faphexcreations%2Frustls" "/workspace/builds/worker-34/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-34/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/aphexcreations/rustls on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/aphexcreations/rustls [INFO] finished tweaking git repo https://github.com/aphexcreations/rustls [INFO] tweaked toml for git repo https://github.com/aphexcreations/rustls written to /workspace/builds/worker-34/source/Cargo.toml [INFO] crate git repo https://github.com/aphexcreations/rustls already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded argparse v0.2.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 15850a97a9b00ae447612a6606bfe60841a7c043eb18a605270965a40e3bddbd [INFO] running `Command { std: "docker" "start" "-a" "15850a97a9b00ae447612a6606bfe60841a7c043eb18a605270965a40e3bddbd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "15850a97a9b00ae447612a6606bfe60841a7c043eb18a605270965a40e3bddbd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "15850a97a9b00ae447612a6606bfe60841a7c043eb18a605270965a40e3bddbd", kill_on_drop: false }` [INFO] [stdout] 15850a97a9b00ae447612a6606bfe60841a7c043eb18a605270965a40e3bddbd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] aade452e3620ac37f905ee1a3d428331f2028b6620ce4239b1c1c0936d1b625e [INFO] running `Command { std: "docker" "start" "-a" "aade452e3620ac37f905ee1a3d428331f2028b6620ce4239b1c1c0936d1b625e", kill_on_drop: false }` [INFO] [stderr] Compiling argparse v0.2.1 [INFO] [stderr] Compiling rustls v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error: character literal may only contain one codepoint [INFO] [stdout] --> src/main.rs:796:44 [INFO] [stdout] | [INFO] [stdout] 796 | out = text.join([COLORS[color], COLORS['end']]) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: if you meant to write a `str` literal, use double quotes [INFO] [stdout] | [INFO] [stdout] 796 | out = text.join([COLORS[color], COLORS["end"]]) [INFO] [stdout] | ~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected `;`, found keyword `let` [INFO] [stdout] --> src/main.rs:785:6 [INFO] [stdout] | [INFO] [stdout] 785 | } [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 786 | let padlen: u8 = get_colpadding_field(field, colpaddings); [INFO] [stdout] | --- unexpected token [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected `;`, found keyword `return` [INFO] [stdout] --> src/main.rs:796:52 [INFO] [stdout] | [INFO] [stdout] 796 | out = text.join([COLORS[color], COLORS['end']]) [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 797 | return out; [INFO] [stdout] | ------ unexpected token [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `{` [INFO] [stdout] --> src/main.rs:825:31 [INFO] [stdout] | [INFO] [stdout] 825 | let func = |name: u8| -> { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected a literal [INFO] [stdout] --> src/main.rs:789:50 [INFO] [stdout] | [INFO] [stdout] 789 | let padstr: &'static str = concat!("{", ":", &alignchar, &padlenstr, "s", "}"); [INFO] [stdout] | ^^^^^^^^^^ ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: only literals (like `"foo"`, `42` and `3.14`) can be passed to `concat!()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: format argument must be a string literal [INFO] [stdout] --> src/main.rs:790:31 [INFO] [stdout] | [INFO] [stdout] 790 | let ret: String = format!(&fmt, &val); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: you might be missing a string literal to format with [INFO] [stdout] | [INFO] [stdout] 790 | let ret: String = format!("{} {}", &fmt, &val); [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::slice::SliceConcatExt` [INFO] [stdout] --> src/main.rs:20:18 [INFO] [stdout] | [INFO] [stdout] 20 | use std::slice::{SliceConcatExt}; [INFO] [stdout] | ^^^^^^^^^^^^^^ no `SliceConcatExt` in `slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `col` in this scope [INFO] [stdout] --> src/main.rs:663:15 [INFO] [stdout] | [INFO] [stdout] 663 | return Ok(col); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CLRDEF_OWNER` in this scope [INFO] [stdout] --> src/main.rs:689:24 [INFO] [stdout] | [INFO] [stdout] 46 | const COLDEF_OWNER: u8 = 7; [INFO] [stdout] | --------------------------- similarly named constant `COLDEF_OWNER` defined here [INFO] [stdout] ... [INFO] [stdout] 689 | else if (coldef == CLRDEF_OWNER) { [INFO] [stdout] | ^^^^^^^^^^^^ help: a constant with a similar name exists: `COLDEF_OWNER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `val` in this scope [INFO] [stdout] --> src/main.rs:701:15 [INFO] [stdout] | [INFO] [stdout] 701 | return Ok(val); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `out` in this scope [INFO] [stdout] --> src/main.rs:796:5 [INFO] [stdout] | [INFO] [stdout] 796 | out = text.join([COLORS[color], COLORS['end']]) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `COLORS` in this scope [INFO] [stdout] --> src/main.rs:796:22 [INFO] [stdout] | [INFO] [stdout] 796 | out = text.join([COLORS[color], COLORS['end']]) [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `COLORS` in this scope [INFO] [stdout] --> src/main.rs:796:37 [INFO] [stdout] | [INFO] [stdout] 796 | out = text.join([COLORS[color], COLORS['end']]) [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `out` in this scope [INFO] [stdout] --> src/main.rs:797:12 [INFO] [stdout] | [INFO] [stdout] 797 | return out; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `getcoldefs` in this scope [INFO] [stdout] --> src/main.rs:809:19 [INFO] [stdout] | [INFO] [stdout] 622 | fn getcolefs (row: &Row, field: u8) -> Result { [INFO] [stdout] | -------------------------------------------------------- similarly named function `getcolefs` defined here [INFO] [stdout] ... [INFO] [stdout] 809 | let col: u8 = getcoldefs(row, field).unwrap(); [INFO] [stdout] | ^^^^^^^^^^ help: a function with a similar name exists: `getcolefs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0106]: missing lifetime specifier [INFO] [stdout] --> src/main.rs:774:13 [INFO] [stdout] | [INFO] [stdout] 771 | val: &String, [INFO] [stdout] | ------- [INFO] [stdout] 772 | colpaddings: &RowPadding, [INFO] [stdout] | ----------- [INFO] [stdout] 773 | align: u8 [INFO] [stdout] 774 | ) -> Result<&String, Error> { [INFO] [stdout] | ^ expected named lifetime parameter [INFO] [stdout] | [INFO] [stdout] = help: this function's return type contains a borrowed value, but the signature does not say whether it is borrowed from `val` or `colpaddings` [INFO] [stdout] help: consider introducing a named lifetime parameter [INFO] [stdout] | [INFO] [stdout] 769 ~ fn addpadding<'a> ( [INFO] [stdout] 770 | field: u8, [INFO] [stdout] 771 ~ val: &'a String, [INFO] [stdout] 772 ~ colpaddings: &'a RowPadding, [INFO] [stdout] 773 | align: u8 [INFO] [stdout] 774 ~ ) -> Result<&'a String, Error> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0106]: missing lifetime specifier [INFO] [stdout] --> src/main.rs:806:13 [INFO] [stdout] | [INFO] [stdout] 802 | row: &Row, [INFO] [stdout] | ---- [INFO] [stdout] 803 | field: u8, [INFO] [stdout] 804 | colpaddings: &RowPadding, [INFO] [stdout] | ----------- [INFO] [stdout] 805 | fdefs: &AllRowDefs [INFO] [stdout] | ----------- [INFO] [stdout] 806 | ) -> Result<&String, Error> { [INFO] [stdout] | ^ expected named lifetime parameter [INFO] [stdout] | [INFO] [stdout] = help: this function's return type contains a borrowed value, but the signature does not say whether it is borrowed from `row`, `colpaddings`, or `fdefs` [INFO] [stdout] help: consider introducing a named lifetime parameter [INFO] [stdout] | [INFO] [stdout] 801 ~ fn makepretty<'a> ( [INFO] [stdout] 802 ~ row: &'a Row, [INFO] [stdout] 803 | field: u8, [INFO] [stdout] 804 ~ colpaddings: &'a RowPadding, [INFO] [stdout] 805 ~ fdefs: &'a AllRowDefs [INFO] [stdout] 806 ~ ) -> Result<&'a String, Error> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 17 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0106, E0425, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0106`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rustls` due to 18 previous errors [INFO] running `Command { std: "docker" "inspect" "aade452e3620ac37f905ee1a3d428331f2028b6620ce4239b1c1c0936d1b625e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aade452e3620ac37f905ee1a3d428331f2028b6620ce4239b1c1c0936d1b625e", kill_on_drop: false }` [INFO] [stdout] aade452e3620ac37f905ee1a3d428331f2028b6620ce4239b1c1c0936d1b625e