[INFO] fetching crate olin 0.3.0... [INFO] checking olin-0.3.0 against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342-1 [INFO] extracting crate olin 0.3.0 into /workspace/builds/worker-7-tc2/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-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate olin 0.3.0 on toolchain a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "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" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 63fbfdab2a9ae43123ab36c89eeb44d45a080b91a625ccd369130d1856ef585e [INFO] running `Command { std: "docker" "start" "-a" "63fbfdab2a9ae43123ab36c89eeb44d45a080b91a625ccd369130d1856ef585e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "63fbfdab2a9ae43123ab36c89eeb44d45a080b91a625ccd369130d1856ef585e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "63fbfdab2a9ae43123ab36c89eeb44d45a080b91a625ccd369130d1856ef585e", kill_on_drop: false }` [INFO] [stdout] 63fbfdab2a9ae43123ab36c89eeb44d45a080b91a625ccd369130d1856ef585e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f4736c5de10f8d38474aca582ea268d650240615b7c027dd9d841fa5553cc001 [INFO] running `Command { std: "docker" "start" "-a" "f4736c5de10f8d38474aca582ea268d650240615b7c027dd9d841fa5553cc001", kill_on_drop: false }` [INFO] [stderr] Checking 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] Checking byteorder v1.2.6 [INFO] [stderr] Checking itoa v0.4.3 [INFO] [stderr] Checking iovec v0.1.2 [INFO] [stderr] Checking time v0.1.40 [INFO] [stderr] Checking wee_alloc v0.4.5 [INFO] [stderr] Checking bytes v0.4.10 [INFO] [stderr] Checking http v0.1.12 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Checking olin v0.3.0 (/opt/rustwide/workdir) [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 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/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 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/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 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/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 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 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/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/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] 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[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 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] 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 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/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] [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] For more information about this error, try `rustc --explain E0557`. [INFO] [stdout] [INFO] [stderr] error: could not compile `olin` (bin "allyourargs" test) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `olin` (bin "magic_conch" test) due to 2 previous errors [INFO] [stderr] error: could not compile `olin` (bin "magic_conch") due to 2 previous errors [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] [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/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] For more information about this error, try `rustc --explain E0557`. [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 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/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 for more information [INFO] [stdout] = note: not portable enough and never RFC'd [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0557`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0557`. [INFO] [stdout] [INFO] [stderr] error: could not compile `olin` (bin "allyourlogs" test) due to 2 previous errors [INFO] [stderr] error: could not compile `olin` (bin "olinfetch") due to 2 previous errors [INFO] [stderr] error: could not compile `olin` (bin "shaman" test) due to 2 previous errors [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: 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[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 for more information [INFO] [stdout] = note: not portable enough and never RFC'd [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] [stderr] error: could not compile `olin` (bin "allyourlogs") due to 2 previous errors [INFO] [stderr] error: could not compile `olin` (bin "olinfetch" test) 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 "allyourargs") due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "f4736c5de10f8d38474aca582ea268d650240615b7c027dd9d841fa5553cc001", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f4736c5de10f8d38474aca582ea268d650240615b7c027dd9d841fa5553cc001", kill_on_drop: false }` [INFO] [stdout] f4736c5de10f8d38474aca582ea268d650240615b7c027dd9d841fa5553cc001