[INFO] cloning repository https://github.com/ban-m/kiley [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ban-m/kiley" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fban-m%2Fkiley", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fban-m%2Fkiley'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5ccdedd159bf6a76d4c2d76d54f7c19ee8f768ce [INFO] checking ban-m/kiley against master#936f2600b6c903b04387f74ed5cbce88bb06d243 for pr-91141 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fban-m%2Fkiley" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ban-m/kiley on toolchain 936f2600b6c903b04387f74ed5cbce88bb06d243 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ban-m/kiley [INFO] finished tweaking git repo https://github.com/ban-m/kiley [INFO] tweaked toml for git repo https://github.com/ban-m/kiley written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/ban-m/kiley already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "metadata" "--no-deps" "--format-version=1", 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] 19ce547f60cd070db8d61748cda17868fbb2505e0a6edb3e018cbfff05fe071c [INFO] running `Command { std: "docker" "start" "-a" "19ce547f60cd070db8d61748cda17868fbb2505e0a6edb3e018cbfff05fe071c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "19ce547f60cd070db8d61748cda17868fbb2505e0a6edb3e018cbfff05fe071c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "19ce547f60cd070db8d61748cda17868fbb2505e0a6edb3e018cbfff05fe071c", kill_on_drop: false }` [INFO] [stdout] 19ce547f60cd070db8d61748cda17868fbb2505e0a6edb3e018cbfff05fe071c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d56f4ec5ab53c1f0ec746d4280e7543d323bfc3c0f65551be4d10a0bd231ca06 [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" "d56f4ec5ab53c1f0ec746d4280e7543d323bfc3c0f65551be4d10a0bd231ca06", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.102 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling gimli v0.25.0 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking ppv-lite86 v0.2.10 [INFO] [stderr] Compiling packed_simd_2 v0.3.6 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking bytecount v0.6.2 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Checking crossbeam-utils v0.8.5 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling bindgen v0.50.1 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Checking crossbeam-channel v0.5.1 [INFO] [stderr] Compiling object v0.26.2 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Checking crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling jobserver v0.1.24 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Checking getrandom v0.2.3 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling cexpr v0.3.6 [INFO] [stderr] Checking env_logger v0.9.0 [INFO] [stderr] Compiling cc v1.0.70 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking crossbeam-deque v0.8.1 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand_xoshiro v0.6.0 [INFO] [stderr] Checking rayon-core v1.9.1 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Checking rand v0.8.4 [INFO] [stderr] Compiling backtrace v0.3.61 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling addr2line v0.16.0 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling clang-sys v0.28.1 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling which v2.0.1 [INFO] [stderr] Compiling edlib_sys v0.1.0 (https://github.com/ban-m/edlib-sys.git?branch=master#8c8b085c) [INFO] [stderr] Checking poa_hmm v0.2.0 (https://github.com/ban-m/partial_order_alignment.git?branch=master#b4344184) [INFO] [stderr] Checking kiley v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0425]: cannot find function `alignment_u32` in module `kiley::trialignment::banded` [INFO] [stdout] --> benches/bench.rs:31:38 [INFO] [stdout] | [INFO] [stdout] 31 | kiley::trialignment::banded::alignment_u32(&xs, &ys, &zs, 10) [INFO] [stdout] | ^^^^^^^^^^^^^ help: a function with a similar name exists: `alignment` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/trialignment/banded.rs:332:1 [INFO] [stdout] | [INFO] [stdout] 332 | pub fn alignment(xs: &[u8], ys: &[u8], zs: &[u8], rad: usize) -> (u32, Vec) { [INFO] [stdout] | ------------------------------------------------------------------------------- similarly named function `alignment` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `kiley` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "d56f4ec5ab53c1f0ec746d4280e7543d323bfc3c0f65551be4d10a0bd231ca06", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d56f4ec5ab53c1f0ec746d4280e7543d323bfc3c0f65551be4d10a0bd231ca06", kill_on_drop: false }` [INFO] [stdout] d56f4ec5ab53c1f0ec746d4280e7543d323bfc3c0f65551be4d10a0bd231ca06