[INFO] cloning repository https://github.com/umuterenornek/rust-calculator
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/umuterenornek/rust-calculator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fumuterenornek%2Frust-calculator", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fumuterenornek%2Frust-calculator'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1c6c866168ab0ce2355936a28e06fc50ba9c9a46
[INFO] checking umuterenornek/rust-calculator against try#48c9d93cf65d550d124c40108859fd993778c157 for pr-153692-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fumuterenornek%2Frust-calculator" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/umuterenornek/rust-calculator
[INFO] finished tweaking git repo https://github.com/umuterenornek/rust-calculator
[INFO] tweaked toml for git repo https://github.com/umuterenornek/rust-calculator written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/umuterenornek/rust-calculator on toolchain 48c9d93cf65d550d124c40108859fd993778c157
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+48c9d93cf65d550d124c40108859fd993778c157" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/umuterenornek/rust-calculator 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" "+48c9d93cf65d550d124c40108859fd993778c157" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+48c9d93cf65d550d124c40108859fd993778c157" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 791f76617b70505f37d16ff06291824f6cc6469426b6ad139e5d24fbdde528f7
[INFO] running `Command { std: "docker" "start" "-a" "791f76617b70505f37d16ff06291824f6cc6469426b6ad139e5d24fbdde528f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "791f76617b70505f37d16ff06291824f6cc6469426b6ad139e5d24fbdde528f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "791f76617b70505f37d16ff06291824f6cc6469426b6ad139e5d24fbdde528f7", kill_on_drop: false }`
[INFO] [stdout] 791f76617b70505f37d16ff06291824f6cc6469426b6ad139e5d24fbdde528f7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+48c9d93cf65d550d124c40108859fd993778c157" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 767199e91e52f0a10df95a46119a1161a7ddbf61cdcde40fde9c1b081265a16b
[INFO] running `Command { std: "docker" "start" "-a" "767199e91e52f0a10df95a46119a1161a7ddbf61cdcde40fde9c1b081265a16b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling pkg-config v0.3.29
[INFO] [stderr]     Checking bitflags v2.4.2
[INFO] [stderr]    Compiling winnow v0.5.34
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling wayland-backend v0.3.2
[INFO] [stderr]    Compiling bytemuck v1.14.1
[INFO] [stderr]    Compiling ttf-parser v0.19.2
[INFO] [stderr]    Compiling memmap2 v0.8.0
[INFO] [stderr]     Checking futures-lite v2.2.0
[INFO] [stderr]     Checking svgtypes v0.12.0
[INFO] [stderr]     Checking polling v2.8.0
[INFO] [stderr]     Checking rustix v0.38.30
[INFO] [stderr]     Checking rustix v0.37.27
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling tiny-skia-path v0.11.3
[INFO] [stderr]    Compiling rctree v0.5.0
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling quick-xml v0.30.0
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.27/src/backend/linux_raw/io/errno.rs:28:25
[INFO] [stdout]    |
[INFO] [stdout] 28 | #[cfg_attr(rustc_attrs, rustc_layout_scalar_valid_range_start(0xf001))]
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.27/src/backend/linux_raw/io/errno.rs:29:25
[INFO] [stdout]    |
[INFO] [stdout] 29 | #[cfg_attr(rustc_attrs, rustc_layout_scalar_valid_range_end(0xffff))]
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_layout_scalar_valid_range_start` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.27/src/backend/linux_raw/io/errno.rs:28:25
[INFO] [stdout]    |
[INFO] [stdout] 28 | #[cfg_attr(rustc_attrs, rustc_layout_scalar_valid_range_start(0xf001))]
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking concurrent-queue v2.4.0
[INFO] [stdout] error: cannot find attribute `rustc_layout_scalar_valid_range_end` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.27/src/backend/linux_raw/io/errno.rs:29:25
[INFO] [stdout]    |
[INFO] [stdout] 29 | #[cfg_attr(rustc_attrs, rustc_layout_scalar_valid_range_end(0xffff))]
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling wayland-sys v0.31.1
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]     Checking event-listener v4.0.3
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling usvg-tree v0.36.0
[INFO] [stderr]     Checking event-listener-strategy v0.4.0
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking async-lock v3.3.0
[INFO] [stderr]     Checking async-channel v2.1.1
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]     Checking euclid v0.22.9
[INFO] [stderr]     Checking xmlparser v0.13.6
[INFO] [stderr]     Checking unicode-bidi v0.3.15
[INFO] [stderr]    Compiling wayland-scanner v0.31.0
[INFO] [stderr]     Checking async-executor v1.8.0
[INFO] [stderr]    Compiling rayon v1.8.1
[INFO] [stderr]    Compiling regex-automata v0.4.5
[INFO] [stderr]    Compiling roxmltree v0.18.1
[INFO] [stderr]     Checking lyon_geom v1.0.5
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr] error: could not compile `rustix` (lib) due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "767199e91e52f0a10df95a46119a1161a7ddbf61cdcde40fde9c1b081265a16b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "767199e91e52f0a10df95a46119a1161a7ddbf61cdcde40fde9c1b081265a16b", kill_on_drop: false }`
[INFO] [stdout] 767199e91e52f0a10df95a46119a1161a7ddbf61cdcde40fde9c1b081265a16b
