[INFO] cloning repository https://github.com/0xffset/OS
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/0xffset/OS" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xffset%2FOS", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xffset%2FOS'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 38b4c0bedaf329845978493209e616e95915d5b4
[INFO] checking 0xffset/OS against try#863511eff87e66198b396935f3b5c8a543022f53 for pr-139493-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xffset%2FOS" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/0xffset/OS
[INFO] finished tweaking git repo https://github.com/0xffset/OS
[INFO] tweaked toml for git repo https://github.com/0xffset/OS written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/0xffset/OS on toolchain 863511eff87e66198b396935f3b5c8a543022f53
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+863511eff87e66198b396935f3b5c8a543022f53" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/0xffset/OS 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" "+863511eff87e66198b396935f3b5c8a543022f53" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: /workspace/builds/worker-4-tc2/source/drivers/vga/Cargo.toml: the cargo feature `workspace-inheritance` has been stabilized in the 1.64 release and is no longer necessary to be listed in the manifest
[INFO] [stderr]   See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#workspace-inheritance for more information about using this feature.
[INFO] [stderr] warning: /workspace/builds/worker-4-tc2/source/Cargo.toml: the cargo feature `workspace-inheritance` has been stabilized in the 1.64 release and is no longer necessary to be listed in the manifest
[INFO] [stderr]   See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#workspace-inheritance for more information about using this feature.
[INFO] [stderr] warning: /workspace/builds/worker-4-tc2/source/drivers/ata/Cargo.toml: the cargo feature `workspace-inheritance` has been stabilized in the 1.64 release and is no longer necessary to be listed in the manifest
[INFO] [stderr]   See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#workspace-inheritance for more information about using this feature.
[INFO] [stderr] warning: /workspace/builds/worker-4-tc2/source/rost-lib/Cargo.toml: the cargo feature `workspace-inheritance` has been stabilized in the 1.64 release and is no longer necessary to be listed in the manifest
[INFO] [stderr]   See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#workspace-inheritance for more information about using this feature.
[INFO] [stderr] warning: /workspace/builds/worker-4-tc2/source/test_framework/Cargo.toml: the cargo feature `workspace-inheritance` has been stabilized in the 1.64 release and is no longer necessary to be listed in the manifest
[INFO] [stderr]   See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#workspace-inheritance for more information about using this feature.
[INFO] [stderr] warning: /workspace/builds/worker-4-tc2/source/kernel/Cargo.toml: the cargo feature `workspace-inheritance` has been stabilized in the 1.64 release and is no longer necessary to be listed in the manifest
[INFO] [stderr]   See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#workspace-inheritance for more information about using this feature.
[INFO] [stderr] warning: /workspace/builds/worker-4-tc2/source/internal_utils/Cargo.toml: the cargo feature `workspace-inheritance` has been stabilized in the 1.64 release and is no longer necessary to be listed in the manifest
[INFO] [stderr]   See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#workspace-inheritance for more information about using this feature.
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+863511eff87e66198b396935f3b5c8a543022f53" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 25b35fc9890f6412f24fc6e140e45c091b27eccd7da6da565a6df0b6226671f4
[INFO] running `Command { std: "docker" "start" "-a" "25b35fc9890f6412f24fc6e140e45c091b27eccd7da6da565a6df0b6226671f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "25b35fc9890f6412f24fc6e140e45c091b27eccd7da6da565a6df0b6226671f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "25b35fc9890f6412f24fc6e140e45c091b27eccd7da6da565a6df0b6226671f4", kill_on_drop: false }`
[INFO] [stdout] 25b35fc9890f6412f24fc6e140e45c091b27eccd7da6da565a6df0b6226671f4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+863511eff87e66198b396935f3b5c8a543022f53" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a42f1617e603802b2c9d4fd3cb314547738abe07fd77efa516d5ab1274df6d90
[INFO] running `Command { std: "docker" "start" "-a" "a42f1617e603802b2c9d4fd3cb314547738abe07fd77efa516d5ab1274df6d90", kill_on_drop: false }`
[INFO] [stderr] warning: /opt/rustwide/workdir/Cargo.toml: the cargo feature `workspace-inheritance` has been stabilized in the 1.64 release and is no longer necessary to be listed in the manifest
[INFO] [stderr]   See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#workspace-inheritance for more information about using this feature.
[INFO] [stderr] warning: /opt/rustwide/workdir/kernel/Cargo.toml: the cargo feature `workspace-inheritance` has been stabilized in the 1.64 release and is no longer necessary to be listed in the manifest
[INFO] [stderr]   See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#workspace-inheritance for more information about using this feature.
[INFO] [stderr] warning: /opt/rustwide/workdir/drivers/ata/Cargo.toml: the cargo feature `workspace-inheritance` has been stabilized in the 1.64 release and is no longer necessary to be listed in the manifest
[INFO] [stderr]   See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#workspace-inheritance for more information about using this feature.
[INFO] [stderr] warning: /opt/rustwide/workdir/test_framework/Cargo.toml: the cargo feature `workspace-inheritance` has been stabilized in the 1.64 release and is no longer necessary to be listed in the manifest
[INFO] [stderr]   See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#workspace-inheritance for more information about using this feature.
[INFO] [stderr] warning: /opt/rustwide/workdir/rost-lib/Cargo.toml: the cargo feature `workspace-inheritance` has been stabilized in the 1.64 release and is no longer necessary to be listed in the manifest
[INFO] [stderr]   See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#workspace-inheritance for more information about using this feature.
[INFO] [stderr] warning: /opt/rustwide/workdir/internal_utils/Cargo.toml: the cargo feature `workspace-inheritance` has been stabilized in the 1.64 release and is no longer necessary to be listed in the manifest
[INFO] [stderr]   See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#workspace-inheritance for more information about using this feature.
[INFO] [stderr] warning: /opt/rustwide/workdir/drivers/vga/Cargo.toml: the cargo feature `workspace-inheritance` has been stabilized in the 1.64 release and is no longer necessary to be listed in the manifest
[INFO] [stderr]   See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#workspace-inheritance for more information about using this feature.
[INFO] [stderr]    Compiling lock_api v0.4.7
[INFO] [stderr]    Compiling rustversion v1.0.6
[INFO] [stderr]     Checking bit_field v0.10.1
[INFO] [stderr]     Checking volatile v0.4.5
[INFO] [stderr]    Compiling bootloader v0.10.12
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking pc-keyboard v0.5.1
[INFO] [stderr]    Compiling az v1.2.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.37
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling nom v6.2.1
[INFO] [stderr]    Compiling syn v1.0.92
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]     Checking float-cmp v0.8.0
[INFO] [stderr]    Compiling libc v0.2.125
[INFO] [stderr]     Checking spin v0.9.3
[INFO] [stderr]     Checking spinning_top v0.2.4
[INFO] [stderr]     Checking micromath v1.1.1
[INFO] [stderr]     Checking linked_list_allocator v0.9.1
[INFO] [stderr]     Checking json v0.12.4
[INFO] [stderr]     Checking noto-sans-mono-bitmap v0.1.5
[INFO] [stderr]    Compiling quote v1.0.18
[INFO] [stderr]     Checking x86_64 v0.14.9
[INFO] [stderr]     Checking locate-cargo-manifest v0.2.2
[INFO] [stderr]     Checking bootloader-locator v0.0.4
[INFO] [stderr]     Checking wait-timeout v0.2.0
[INFO] [stdout] error[E0053]: method `steps_between` has an incompatible type for trait
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/x86_64-0.14.9/src/addr.rs:343:51
[INFO] [stdout]     |
[INFO] [stdout] 343 |     fn steps_between(start: &Self, end: &Self) -> Option<usize> {
[INFO] [stdout]     |                                                   ^^^^^^^^^^^^^ expected `(usize, Option<usize>)`, found `Option<usize>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&addr::VirtAddr, &addr::VirtAddr) -> (usize, Option<usize>)`
[INFO] [stdout]                found signature `fn(&addr::VirtAddr, &addr::VirtAddr) -> Option<usize>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 343 -     fn steps_between(start: &Self, end: &Self) -> Option<usize> {
[INFO] [stdout] 343 +     fn steps_between(start: &Self, end: &Self) -> (usize, Option<usize>) {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `steps_between` has an incompatible type for trait
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/x86_64-0.14.9/src/structures/paging/page.rs:272:51
[INFO] [stdout]     |
[INFO] [stdout] 272 |     fn steps_between(start: &Self, end: &Self) -> Option<usize> {
[INFO] [stdout]     |                                                   ^^^^^^^^^^^^^ expected `(usize, Option<usize>)`, found `Option<usize>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&Page<_>, &Page<_>) -> (usize, Option<usize>)`
[INFO] [stdout]                found signature `fn(&Page<_>, &Page<_>) -> Option<usize>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 272 -     fn steps_between(start: &Self, end: &Self) -> Option<usize> {
[INFO] [stdout] 272 +     fn steps_between(start: &Self, end: &Self) -> (usize, Option<usize>) {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: `(usize, Option<usize>)` is not an iterator
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/x86_64-0.14.9/src/structures/paging/page.rs:274:14
[INFO] [stdout]     |
[INFO] [stdout] 273 | /         Step::steps_between(&start.start_address, &end.start_address)
[INFO] [stdout] 274 | |             .map(|steps| steps / S::SIZE as usize)
[INFO] [stdout]     | |             -^^^ `(usize, Option<usize>)` is not an iterator
[INFO] [stdout]     | |_____________|
[INFO] [stdout]     |
[INFO] [stdout]     |
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `(usize, Option<usize>): Iterator`
[INFO] [stdout]             which is required by `&mut (usize, Option<usize>): Iterator`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking embedded-graphics-core v0.3.3
[INFO] [stdout] Some errors have detailed explanations: E0053, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0053`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `x86_64` (lib) due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `noto-sans-mono-bitmap` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/863511eff87e66198b396935f3b5c8a543022f53/bin/rustc --crate-name noto_sans_mono_bitmap --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/noto-sans-mono-bitmap-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' --cfg 'feature="bold"' --cfg 'feature="default"' --cfg 'feature="light"' --cfg 'feature="regular"' --cfg 'feature="size_14"' --cfg 'feature="size_16"' --cfg 'feature="size_18"' --cfg 'feature="size_20"' --cfg 'feature="size_22"' --cfg 'feature="size_24"' --cfg 'feature="size_32"' --cfg 'feature="size_64"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "bold", "default", "light", "regular", "size_14", "size_16", "size_18", "size_20", "size_22", "size_24", "size_32", "size_64"))' -C metadata=4c3149cfbadf7031 -C extra-filename=-ba3249f526bb82b1 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "a42f1617e603802b2c9d4fd3cb314547738abe07fd77efa516d5ab1274df6d90", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a42f1617e603802b2c9d4fd3cb314547738abe07fd77efa516d5ab1274df6d90", kill_on_drop: false }`
[INFO] [stdout] a42f1617e603802b2c9d4fd3cb314547738abe07fd77efa516d5ab1274df6d90
