[INFO] fetching crate simsearch 0.2.1... [INFO] checking simsearch-0.2.1 against beta for pr-78714 [INFO] extracting crate simsearch 0.2.1 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate simsearch 0.2.1 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate simsearch 0.2.1 [INFO] finished tweaking crates.io crate simsearch 0.2.1 [INFO] tweaked toml for crates.io crate simsearch 0.2.1 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate crates.io crate simsearch 0.2.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4ed2c3a740374eeb687b069614de2a974fa6789f24c4ccad0de91f53e905dc30 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4ed2c3a740374eeb687b069614de2a974fa6789f24c4ccad0de91f53e905dc30", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4ed2c3a740374eeb687b069614de2a974fa6789f24c4ccad0de91f53e905dc30", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ed2c3a740374eeb687b069614de2a974fa6789f24c4ccad0de91f53e905dc30", kill_on_drop: false }` [INFO] [stdout] 4ed2c3a740374eeb687b069614de2a974fa6789f24c4ccad0de91f53e905dc30 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ad3d8e91d7f6fb73a6a705c6913e1a90c40003ddd3f714d1acd06a7141b98f02 [INFO] running `Command { std: "docker" "start" "-a" "ad3d8e91d7f6fb73a6a705c6913e1a90c40003ddd3f714d1acd06a7141b98f02", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.51 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling ryu v0.2.7 [INFO] [stderr] Compiling serde v1.0.90 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling syn v0.15.30 [INFO] [stderr] Checking itoa v0.4.3 [INFO] [stderr] Compiling regex v1.1.5 [INFO] [stderr] Checking same-file v1.0.4 [INFO] [stderr] Checking cast v0.2.2 [INFO] [stderr] Checking triple_accel v0.2.2 [INFO] [stderr] Checking json v0.11.13 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking log v0.4.6 [INFO] [stderr] Checking regex-syntax v0.6.6 [INFO] [stderr] Checking walkdir v2.2.7 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stdout] error: attribute should be applied to a function [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/triple_accel-0.2.2/src/jewel.rs:792:13 [INFO] [stdout] | [INFO] [stdout] 791 | / unsafe { [INFO] [stdout] 792 | | #![target_feature(enable = "avx2")] [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 793 | | write!(f, "[")?; [INFO] [stdout] 794 | | [INFO] [stdout] ... | [INFO] [stdout] 820 | | write!(f, "]") [INFO] [stdout] 821 | | } [INFO] [stdout] | |_________- not a function [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attribute should be applied to a function [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/triple_accel-0.2.2/src/jewel.rs:1164:13 [INFO] [stdout] | [INFO] [stdout] 1163 | / unsafe { [INFO] [stdout] 1164 | | #![target_feature(enable = "avx2")] [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 1165 | | write!(f, "[")?; [INFO] [stdout] 1166 | | [INFO] [stdout] ... | [INFO] [stdout] 1192 | | write!(f, "]") [INFO] [stdout] 1193 | | } [INFO] [stdout] | |_________- not a function [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attribute should be applied to a function [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/triple_accel-0.2.2/src/jewel.rs:1843:13 [INFO] [stdout] | [INFO] [stdout] 1842 | / unsafe { [INFO] [stdout] 1843 | | #![target_feature(enable = "sse4.1")] [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 1844 | | write!(f, "[")?; [INFO] [stdout] 1845 | | [INFO] [stdout] ... | [INFO] [stdout] 1871 | | write!(f, "]") [INFO] [stdout] 1872 | | } [INFO] [stdout] | |_________- not a function [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attribute should be applied to a function [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/triple_accel-0.2.2/src/jewel.rs:2190:13 [INFO] [stdout] | [INFO] [stdout] 2189 | / unsafe { [INFO] [stdout] 2190 | | #![target_feature(enable = "sse4.1")] [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 2191 | | write!(f, "[")?; [INFO] [stdout] 2192 | | [INFO] [stdout] ... | [INFO] [stdout] 2218 | | write!(f, "]") [INFO] [stdout] 2219 | | } [INFO] [stdout] | |_________- not a function [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attribute should be applied to a function [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/triple_accel-0.2.2/src/jewel.rs:425:21 [INFO] [stdout] | [INFO] [stdout] 424 | / unsafe { [INFO] [stdout] 425 | | #![target_feature(enable = "avx2")] [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 426 | | write!(f, "[")?; [INFO] [stdout] 427 | | [INFO] [stdout] ... | [INFO] [stdout] 453 | | write!(f, "]") [INFO] [stdout] 454 | | } [INFO] [stdout] | |_________________- not a function [INFO] [stdout] ... [INFO] [stdout] 461 | create_avx_nx32x8!(Avx1x32x8, 1); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attribute should be applied to a function [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/triple_accel-0.2.2/src/jewel.rs:425:21 [INFO] [stdout] | [INFO] [stdout] 424 | / unsafe { [INFO] [stdout] 425 | | #![target_feature(enable = "avx2")] [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 426 | | write!(f, "[")?; [INFO] [stdout] 427 | | [INFO] [stdout] ... | [INFO] [stdout] 453 | | write!(f, "]") [INFO] [stdout] 454 | | } [INFO] [stdout] | |_________________- not a function [INFO] [stdout] ... [INFO] [stdout] 462 | create_avx_nx32x8!(Avx2x32x8, 2); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attribute should be applied to a function [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/triple_accel-0.2.2/src/jewel.rs:425:21 [INFO] [stdout] | [INFO] [stdout] 424 | / unsafe { [INFO] [stdout] 425 | | #![target_feature(enable = "avx2")] [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 426 | | write!(f, "[")?; [INFO] [stdout] 427 | | [INFO] [stdout] ... | [INFO] [stdout] 453 | | write!(f, "]") [INFO] [stdout] 454 | | } [INFO] [stdout] | |_________________- not a function [INFO] [stdout] ... [INFO] [stdout] 463 | create_avx_nx32x8!(Avx4x32x8, 4); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attribute should be applied to a function [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/triple_accel-0.2.2/src/jewel.rs:425:21 [INFO] [stdout] | [INFO] [stdout] 424 | / unsafe { [INFO] [stdout] 425 | | #![target_feature(enable = "avx2")] [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 426 | | write!(f, "[")?; [INFO] [stdout] 427 | | [INFO] [stdout] ... | [INFO] [stdout] 453 | | write!(f, "]") [INFO] [stdout] 454 | | } [INFO] [stdout] | |_________________- not a function [INFO] [stdout] ... [INFO] [stdout] 464 | create_avx_nx32x8!(Avx8x32x8, 8); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attribute should be applied to a function [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/triple_accel-0.2.2/src/jewel.rs:1500:21 [INFO] [stdout] | [INFO] [stdout] 1499 | / unsafe { [INFO] [stdout] 1500 | | #![target_feature(enable = "sse4.1")] [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 1501 | | write!(f, "[")?; [INFO] [stdout] 1502 | | [INFO] [stdout] ... | [INFO] [stdout] 1528 | | write!(f, "]") [INFO] [stdout] 1529 | | } [INFO] [stdout] | |_________________- not a function [INFO] [stdout] ... [INFO] [stdout] 1536 | create_sse_nx16x8!(Sse1x16x8, 1); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attribute should be applied to a function [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/triple_accel-0.2.2/src/jewel.rs:1500:21 [INFO] [stdout] | [INFO] [stdout] 1499 | / unsafe { [INFO] [stdout] 1500 | | #![target_feature(enable = "sse4.1")] [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 1501 | | write!(f, "[")?; [INFO] [stdout] 1502 | | [INFO] [stdout] ... | [INFO] [stdout] 1528 | | write!(f, "]") [INFO] [stdout] 1529 | | } [INFO] [stdout] | |_________________- not a function [INFO] [stdout] ... [INFO] [stdout] 1537 | create_sse_nx16x8!(Sse2x16x8, 2); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attribute should be applied to a function [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/triple_accel-0.2.2/src/jewel.rs:1500:21 [INFO] [stdout] | [INFO] [stdout] 1499 | / unsafe { [INFO] [stdout] 1500 | | #![target_feature(enable = "sse4.1")] [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 1501 | | write!(f, "[")?; [INFO] [stdout] 1502 | | [INFO] [stdout] ... | [INFO] [stdout] 1528 | | write!(f, "]") [INFO] [stdout] 1529 | | } [INFO] [stdout] | |_________________- not a function [INFO] [stdout] ... [INFO] [stdout] 1538 | create_sse_nx16x8!(Sse4x16x8, 4); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attribute should be applied to a function [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/triple_accel-0.2.2/src/jewel.rs:1500:21 [INFO] [stdout] | [INFO] [stdout] 1499 | / unsafe { [INFO] [stdout] 1500 | | #![target_feature(enable = "sse4.1")] [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 1501 | | write!(f, "[")?; [INFO] [stdout] 1502 | | [INFO] [stdout] ... | [INFO] [stdout] 1528 | | write!(f, "]") [INFO] [stdout] 1529 | | } [INFO] [stdout] | |_________________- not a function [INFO] [stdout] ... [INFO] [stdout] 1539 | create_sse_nx16x8!(Sse8x16x8, 8); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attribute should be applied to a function [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/triple_accel-0.2.2/src/jewel.rs:1500:21 [INFO] [stdout] | [INFO] [stdout] 1499 | / unsafe { [INFO] [stdout] 1500 | | #![target_feature(enable = "sse4.1")] [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 1501 | | write!(f, "[")?; [INFO] [stdout] 1502 | | [INFO] [stdout] ... | [INFO] [stdout] 1528 | | write!(f, "]") [INFO] [stdout] 1529 | | } [INFO] [stdout] | |_________________- not a function [INFO] [stdout] ... [INFO] [stdout] 1540 | create_sse_nx16x8!(Sse16x16x8, 16); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking num_cpus v1.10.0 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking atty v0.2.11 [INFO] [stdout] error: aborting due to 13 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `triple_accel` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "ad3d8e91d7f6fb73a6a705c6913e1a90c40003ddd3f714d1acd06a7141b98f02", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad3d8e91d7f6fb73a6a705c6913e1a90c40003ddd3f714d1acd06a7141b98f02", kill_on_drop: false }` [INFO] [stdout] ad3d8e91d7f6fb73a6a705c6913e1a90c40003ddd3f714d1acd06a7141b98f02