[INFO] cloning repository https://github.com/onContentStop/rust-coreutils [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/onContentStop/rust-coreutils" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FonContentStop%2Frust-coreutils", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FonContentStop%2Frust-coreutils'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6bab6fbf6f90420ddb0de05d7609f4dc4383c9de [INFO] testing onContentStop/rust-coreutils against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FonContentStop%2Frust-coreutils" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/onContentStop/rust-coreutils [INFO] finished tweaking git repo https://github.com/onContentStop/rust-coreutils [INFO] tweaked toml for git repo https://github.com/onContentStop/rust-coreutils written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/onContentStop/rust-coreutils on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/onContentStop/rust-coreutils 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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded which v3.1.0 [INFO] [stderr] Downloaded hermit-abi v0.1.6 [INFO] [stderr] Downloaded cexpr v0.3.6 [INFO] [stderr] Downloaded memchr v2.3.0 [INFO] [stderr] Downloaded chrono v0.4.10 [INFO] [stderr] Downloaded clang-sys v0.28.1 [INFO] [stderr] Downloaded aho-corasick v0.7.7 [INFO] [stderr] Downloaded regex v1.3.3 [INFO] [stderr] Downloaded clap v2.33.0 [INFO] [stderr] Downloaded bindgen v0.52.0 [INFO] [stderr] Downloaded regex-syntax v0.6.13 [INFO] [stderr] Downloaded libc v0.2.66 [INFO] [stderr] Downloaded syscall v0.2.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1a125343c0c0c4965179b176cdd11781ba27dc7229eae83f9d05489fd93e183a [INFO] running `Command { std: "docker" "start" "-a" "1a125343c0c0c4965179b176cdd11781ba27dc7229eae83f9d05489fd93e183a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1a125343c0c0c4965179b176cdd11781ba27dc7229eae83f9d05489fd93e183a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a125343c0c0c4965179b176cdd11781ba27dc7229eae83f9d05489fd93e183a", kill_on_drop: false }` [INFO] [stdout] 1a125343c0c0c4965179b176cdd11781ba27dc7229eae83f9d05489fd93e183a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1cbea4dcfb54fc644ce7e3b5f36d7de73bbeae1df3f03573374e119c49d8adf9 [INFO] running `Command { std: "docker" "start" "-a" "1cbea4dcfb54fc644ce7e3b5f36d7de73bbeae1df3f03573374e119c49d8adf9", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling memchr v2.3.0 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling regex-syntax v0.6.13 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling termcolor v1.1.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling bindgen v0.52.0 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling lazycell v1.2.1 [INFO] [stderr] Compiling aho-corasick v0.7.7 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling syscall v0.2.1 [INFO] [stderr] Compiling clang-sys v0.28.1 [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syscall-0.2.1/src/platform/linux-x86_64/mod.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | asm!("syscall" : "={rax}"(ret) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 12 + use core::arch::asm; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syscall-0.2.1/src/platform/linux-x86_64/mod.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | asm!("syscall" : "={rax}"(ret) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 12 + use core::arch::asm; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syscall-0.2.1/src/platform/linux-x86_64/mod.rs:58:5 [INFO] [stdout] | [INFO] [stdout] 58 | asm!("syscall" : "={rax}"(ret) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 12 + use core::arch::asm; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syscall-0.2.1/src/platform/linux-x86_64/mod.rs:47:5 [INFO] [stdout] | [INFO] [stdout] 47 | asm!("syscall" : "={rax}"(ret) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 12 + use core::arch::asm; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syscall-0.2.1/src/platform/linux-x86_64/mod.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | asm!("syscall" : "={rax}"(ret) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 12 + use core::arch::asm; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syscall-0.2.1/src/platform/linux-x86_64/mod.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | asm!("syscall" : "={rax}"(ret) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 12 + use core::arch::asm; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syscall-0.2.1/src/platform/linux-x86_64/mod.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | asm!("syscall" : "={rax}"(ret) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 12 + use core::arch::asm; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rustc-hash v1.0.1 [INFO] [stderr] error: could not compile `syscall` (lib) due to 7 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "1cbea4dcfb54fc644ce7e3b5f36d7de73bbeae1df3f03573374e119c49d8adf9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1cbea4dcfb54fc644ce7e3b5f36d7de73bbeae1df3f03573374e119c49d8adf9", kill_on_drop: false }` [INFO] [stdout] 1cbea4dcfb54fc644ce7e3b5f36d7de73bbeae1df3f03573374e119c49d8adf9