[INFO] cloning repository https://github.com/fnuttens/todotxt-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fnuttens/todotxt-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffnuttens%2Ftodotxt-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffnuttens%2Ftodotxt-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2e49d1704a657ef81ed808cd6f36b95bcf215968 [INFO] testing fnuttens/todotxt-rs against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffnuttens%2Ftodotxt-rs" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fnuttens/todotxt-rs on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/fnuttens/todotxt-rs [INFO] finished tweaking git repo https://github.com/fnuttens/todotxt-rs [INFO] tweaked toml for git repo https://github.com/fnuttens/todotxt-rs written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/fnuttens/todotxt-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c679e36faff7fcb847c9a6d97e397eae89addeb4f470e226a7aa57e6b3a3e21a [INFO] running `Command { std: "docker" "start" "-a" "c679e36faff7fcb847c9a6d97e397eae89addeb4f470e226a7aa57e6b3a3e21a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c679e36faff7fcb847c9a6d97e397eae89addeb4f470e226a7aa57e6b3a3e21a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c679e36faff7fcb847c9a6d97e397eae89addeb4f470e226a7aa57e6b3a3e21a", kill_on_drop: false }` [INFO] [stdout] c679e36faff7fcb847c9a6d97e397eae89addeb4f470e226a7aa57e6b3a3e21a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9655dcaa523dc3311c03e165e4763433f1419c61d2882eed8a0ba9ed42831ea8 [INFO] running `Command { std: "docker" "start" "-a" "9655dcaa523dc3311c03e165e4763433f1419c61d2882eed8a0ba9ed42831ea8", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling libc v0.2.68 [INFO] [stderr] Compiling version_check v0.9.1 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling strsim v0.9.3 [INFO] [stderr] Compiling termcolor v1.1.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling indexmap v1.3.2 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.12 [INFO] [stderr] Compiling proc-macro-error v0.4.12 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling colored v1.9.3 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling todotxt-lib v0.1.0 (/opt/rustwide/workdir/todotxt-lib) [INFO] [stdout] error[E0599]: no function or associated item named `with_options` found for struct `File` in the current scope [INFO] [stdout] --> todotxt-lib/src/lib.rs:32:26 [INFO] [stdout] | [INFO] [stdout] 32 | let mut file = File::with_options() [INFO] [stdout] | ^^^^^^^^^^^^ function or associated item not found in `File` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `with_options` found for struct `File` in the current scope [INFO] [stdout] --> todotxt-lib/src/lib.rs:93:31 [INFO] [stdout] | [INFO] [stdout] 93 | let mut done_file = File::with_options() [INFO] [stdout] | ^^^^^^^^^^^^ function or associated item not found in `File` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `todotxt-lib` due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "9655dcaa523dc3311c03e165e4763433f1419c61d2882eed8a0ba9ed42831ea8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9655dcaa523dc3311c03e165e4763433f1419c61d2882eed8a0ba9ed42831ea8", kill_on_drop: false }` [INFO] [stdout] 9655dcaa523dc3311c03e165e4763433f1419c61d2882eed8a0ba9ed42831ea8