[INFO] fetching crate olin 0.3.0...
[INFO] testing olin-0.3.0 against 1.91.0 for beta-1.92-2
[INFO] extracting crate olin 0.3.0 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate olin 0.3.0
[INFO] finished tweaking crates.io crate olin 0.3.0
[INFO] tweaked toml for crates.io crate olin 0.3.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate olin 0.3.0 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate olin 0.3.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded fnv v1.0.6
[INFO] [stderr]   Downloaded redox_syscall v0.1.40
[INFO] [stderr]   Downloaded num-integer v0.1.39
[INFO] [stderr]   Downloaded num-traits v0.2.5
[INFO] [stderr]   Downloaded bytes v0.4.10
[INFO] [stderr]   Downloaded time v0.1.40
[INFO] [stderr]   Downloaded byteorder v1.2.6
[INFO] [stderr]   Downloaded chrono v0.4.6
[INFO] [stderr]   Downloaded itoa v0.4.3
[INFO] [stderr]   Downloaded httparse v1.3.2
[INFO] [stderr]   Downloaded iovec v0.1.2
[INFO] [stderr]   Downloaded libc v0.2.43
[INFO] [stderr]   Downloaded winapi v0.3.5
[INFO] [stderr]   Downloaded http v0.1.12
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3a8e75f1754eacedb5ed49695cb32886a0b76842a4978e6b8f4b30e5fffa9ba4
[INFO] running `Command { std: "docker" "start" "-a" "3a8e75f1754eacedb5ed49695cb32886a0b76842a4978e6b8f4b30e5fffa9ba4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3a8e75f1754eacedb5ed49695cb32886a0b76842a4978e6b8f4b30e5fffa9ba4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3a8e75f1754eacedb5ed49695cb32886a0b76842a4978e6b8f4b30e5fffa9ba4", kill_on_drop: false }`
[INFO] [stdout] 3a8e75f1754eacedb5ed49695cb32886a0b76842a4978e6b8f4b30e5fffa9ba4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a028574b2b8387b61e9df8d9c332ceaf031d8d7a89ee45fc1a9a468ecaa320a5
[INFO] running `Command { std: "docker" "start" "-a" "a028574b2b8387b61e9df8d9c332ceaf031d8d7a89ee45fc1a9a468ecaa320a5", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.43
[INFO] [stderr]    Compiling num-traits v0.2.5
[INFO] [stderr]    Compiling num-integer v0.1.39
[INFO] [stderr]    Compiling httparse v1.3.2
[INFO] [stderr]    Compiling byteorder v1.2.6
[INFO] [stderr]    Compiling wee_alloc v0.4.5
[INFO] [stderr]    Compiling itoa v0.4.3
[INFO] [stderr]    Compiling fnv v1.0.6
[INFO] [stderr]    Compiling memory_units v0.4.0
[INFO] [stderr]    Compiling iovec v0.1.2
[INFO] [stderr]    Compiling time v0.1.40
[INFO] [stderr]    Compiling bytes v0.4.10
[INFO] [stderr]    Compiling http v0.1.12
[INFO] [stderr]    Compiling chrono v0.4.6
[INFO] [stderr]    Compiling olin v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/bin/olinfetch.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(start)]
[INFO] [stdout]   |            ^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: removed in 1.86.0; see <https://github.com/rust-lang/rust/pull/134299> for more information
[INFO] [stdout]   = note: not portable enough and never RFC'd
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/bin/allyourargs.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(start)]
[INFO] [stdout]   |            ^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: removed in 1.86.0; see <https://github.com/rust-lang/rust/pull/134299> for more information
[INFO] [stdout]   = note: not portable enough and never RFC'd
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/bin/allyourlogs.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(start)]
[INFO] [stdout]   |            ^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: removed in 1.86.0; see <https://github.com/rust-lang/rust/pull/134299> for more information
[INFO] [stdout]   = note: not portable enough and never RFC'd
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `start` in this scope
[INFO] [stdout]  --> src/bin/allyourlogs.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | entrypoint!();
[INFO] [stdout]   | ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `entrypoint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0557`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `start` in this scope
[INFO] [stdout]  --> src/bin/allyourargs.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | entrypoint!();
[INFO] [stdout]   | ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `entrypoint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `start` in this scope
[INFO] [stdout]  --> src/bin/olinfetch.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | entrypoint!();
[INFO] [stdout]   | ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `entrypoint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/bin/magic_conch.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(start)]
[INFO] [stdout]   |            ^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: removed in 1.86.0; see <https://github.com/rust-lang/rust/pull/134299> for more information
[INFO] [stdout]   = note: not portable enough and never RFC'd
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `olin` (bin "allyourlogs") due to 2 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0557`.
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0557`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `olin` (bin "olinfetch") due to 2 previous errors
[INFO] [stderr] error: could not compile `olin` (bin "allyourargs") due to 2 previous errors
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/bin/shaman.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(start)]
[INFO] [stdout]   |            ^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: removed in 1.86.0; see <https://github.com/rust-lang/rust/pull/134299> for more information
[INFO] [stdout]   = note: not portable enough and never RFC'd
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `start` in this scope
[INFO] [stdout]  --> src/bin/magic_conch.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | entrypoint!();
[INFO] [stdout]   | ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `entrypoint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `start` in this scope
[INFO] [stdout]  --> src/bin/shaman.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | olin::entrypoint!();
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `olin::entrypoint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0557`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `olin` (bin "shaman") due to 2 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0557`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `olin` (bin "magic_conch") due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "a028574b2b8387b61e9df8d9c332ceaf031d8d7a89ee45fc1a9a468ecaa320a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a028574b2b8387b61e9df8d9c332ceaf031d8d7a89ee45fc1a9a468ecaa320a5", kill_on_drop: false }`
[INFO] [stdout] a028574b2b8387b61e9df8d9c332ceaf031d8d7a89ee45fc1a9a468ecaa320a5
