[INFO] cloning repository https://github.com/jonimake/MiniPLInterpreter [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jonimake/MiniPLInterpreter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjonimake%2FMiniPLInterpreter", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjonimake%2FMiniPLInterpreter'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4e37ad3a280e2ed53f21c6175d583897b1cc096c [INFO] testing jonimake/MiniPLInterpreter against beta-2021-09-08 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjonimake%2FMiniPLInterpreter" "/workspace/builds/worker-58/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-58/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jonimake/MiniPLInterpreter on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jonimake/MiniPLInterpreter [INFO] finished tweaking git repo https://github.com/jonimake/MiniPLInterpreter [INFO] tweaked toml for git repo https://github.com/jonimake/MiniPLInterpreter written to /workspace/builds/worker-58/source/Cargo.toml [INFO] crate git repo https://github.com/jonimake/MiniPLInterpreter already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "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 notify v4.0.3 [INFO] [stderr] Downloaded globset v0.2.1 [INFO] [stderr] Downloaded walkdir v2.0.1 [INFO] [stderr] Downloaded cargo-watch v5.1.1 [INFO] [stderr] Downloaded libc v0.2.35 [INFO] [stderr] Downloaded watchexec v1.8.6 [INFO] [stderr] Downloaded fern v0.4.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-58/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-58/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 67b66b460793ddb7f97626af12a0de687fbfb0e2a1c4c56823efedc413809880 [INFO] running `Command { std: "docker" "start" "-a" "67b66b460793ddb7f97626af12a0de687fbfb0e2a1c4c56823efedc413809880", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "67b66b460793ddb7f97626af12a0de687fbfb0e2a1c4c56823efedc413809880", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "67b66b460793ddb7f97626af12a0de687fbfb0e2a1c4c56823efedc413809880", kill_on_drop: false }` [INFO] [stdout] 67b66b460793ddb7f97626af12a0de687fbfb0e2a1c4c56823efedc413809880 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-58/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-58/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d55c285f30b4910909e2e7da099b8551907e6b1d98cb6824b455463658f74ec2 [INFO] running `Command { std: "docker" "start" "-a" "d55c285f30b4910909e2e7da099b8551907e6b1d98cb6824b455463658f74ec2", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.35 [INFO] [stderr] Compiling cfg-if v0.1.2 [INFO] [stderr] Compiling unicode-width v0.1.4 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling ansi_term v0.10.2 [INFO] [stderr] Compiling strsim v0.6.0 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling vec_map v0.8.0 [INFO] [stderr] Compiling bitflags v1.0.1 [INFO] [stderr] Compiling term v0.4.6 [INFO] [stderr] Compiling log v0.4.1 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling term_size v0.3.1 [INFO] [stderr] Compiling atty v0.2.6 [INFO] [stderr] Compiling time v0.1.39 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling textwrap v0.9.0 [INFO] [stderr] Compiling fern v0.4.4 [INFO] [stderr] Compiling clap v2.29.1 [INFO] [stderr] Compiling simplelog v0.4.4 [INFO] [stderr] Compiling structopt-derive v0.1.6 [INFO] [stderr] Compiling structopt v0.1.6 [INFO] [stderr] Compiling mini_pli_interpreter v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/main.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(uniform_paths, tool_lints)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the attribute [INFO] [stdout] | [INFO] [stdout] = help: the feature `uniform_paths` has been stable since 1.32.0 and no longer requires an attribute to enable [INFO] [stdout] = help: the feature `tool_lints` has been stable since 1.31.0 and no longer requires an attribute to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_left_matches`: superseded by `trim_start_matches` [INFO] [stdout] --> src/lexer/lexeme_iterator.rs:68:26 [INFO] [stdout] | [INFO] [stdout] 68 | let src = string.trim_left_matches("\u{feff}"); //strip BOM [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_start_matches` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_left_matches`: superseded by `trim_start_matches` [INFO] [stdout] --> src/main.rs:119:16 [INFO] [stdout] | [INFO] [stdout] 119 | buffer.trim_left_matches("\u{feff}"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_start_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `mini_pli_interpreter` due to 2 previous errors; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "d55c285f30b4910909e2e7da099b8551907e6b1d98cb6824b455463658f74ec2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d55c285f30b4910909e2e7da099b8551907e6b1d98cb6824b455463658f74ec2", kill_on_drop: false }` [INFO] [stdout] d55c285f30b4910909e2e7da099b8551907e6b1d98cb6824b455463658f74ec2