[INFO] updating cached repository https://github.com/lukehoban/endo-rust
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 2e1fa8cf66fca99776edcd550e1c38a518a43622
[INFO] checking lukehoban/endo-rust against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flukehoban%2Fendo-rust" "/workspace/builds/worker-5/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/lukehoban/endo-rust on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/lukehoban/endo-rust
[INFO] removed path dependency xi-rope from git repo https://github.com/lukehoban/endo-rust
[INFO] finished tweaking git repo https://github.com/lukehoban/endo-rust
[INFO] tweaked toml for git repo https://github.com/lukehoban/endo-rust written to /workspace/builds/worker-5/source/Cargo.toml
[INFO] crate git repo https://github.com/lukehoban/endo-rust already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] warning: dependency (xi-rope) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr] error: the lock file /workspace/builds/worker-5/source/Cargo.lock needs to be updated but --locked was passed to prevent this
[INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag.
[INFO] the lockfile is outdated, regenerating it
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] warning: dependency (xi-rope) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 761286429ff8d138a5721f28b253004d25867e45f03a79366fd850fdb6d17d29
[INFO] running `"docker" "start" "-a" "761286429ff8d138a5721f28b253004d25867e45f03a79366fd850fdb6d17d29"`
[INFO] [stderr] warning: dependency (xi-rope) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
[INFO] [stderr]     Checking bytecount v0.5.1
[INFO] [stderr]     Checking xi-rope v0.3.0
[INFO] [stderr]     Checking endo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `xi_rope::ChunkIter`
[INFO] [stderr]  --> src/dna.rs:2:21
[INFO] [stderr]   |
[INFO] [stderr] 2 | use xi_rope::{Rope, ChunkIter};
[INFO] [stderr]   |                     ^^^^^^^^^ no `ChunkIter` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `xi_rope::ChunkIter`
[INFO] [stderr]  --> src/dna.rs:2:21
[INFO] [stderr]   |
[INFO] [stderr] 2 | use xi_rope::{Rope, ChunkIter};
[INFO] [stderr]   |                     ^^^^^^^^^ no `ChunkIter` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 1 argument but 2 arguments were supplied
[INFO] [stderr]    --> src/main.rs:100:38
[INFO] [stderr]     |
[INFO] [stderr] 100 |             let bases = endo.clone().slice(13615 + gene.offset, 13615 + gene.offset + gene.length);
[INFO] [stderr]     |                                      ^^^^^ -------------------  --------------------------------- supplied 2 arguments
[INFO] [stderr]     |                                      |
[INFO] [stderr]     |                                      expected 1 argument
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 1 argument but 2 arguments were supplied
[INFO] [stderr]    --> src/main.rs:108:36
[INFO] [stderr]     |
[INFO] [stderr] 108 |         let segment = endo.clone().slice(13615 + offset, 13615 + offset + length);
[INFO] [stderr]     |                                    ^^^^^ --------------  ----------------------- supplied 2 arguments
[INFO] [stderr]     |                                    |
[INFO] [stderr]     |                                    expected 1 argument
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 1 argument but 2 arguments were supplied
[INFO] [stderr]    --> src/main.rs:100:38
[INFO] [stderr]     |
[INFO] [stderr] 100 |             let bases = endo.clone().slice(13615 + gene.offset, 13615 + gene.offset + gene.length);
[INFO] [stderr]     |                                      ^^^^^ -------------------  --------------------------------- supplied 2 arguments
[INFO] [stderr]     |                                      |
[INFO] [stderr]     |                                      expected 1 argument
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 1 argument but 2 arguments were supplied
[INFO] [stderr]    --> src/main.rs:108:36
[INFO] [stderr]     |
[INFO] [stderr] 108 |         let segment = endo.clone().slice(13615 + offset, 13615 + offset + length);
[INFO] [stderr]     |                                    ^^^^^ --------------  ----------------------- supplied 2 arguments
[INFO] [stderr]     |                                    |
[INFO] [stderr]     |                                    expected 1 argument
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `push` found for struct `xi_rope::tree::Node<xi_rope::RopeInfo>` in the current scope
[INFO] [stderr]    --> src/main.rs:115:9
[INFO] [stderr]     |
[INFO] [stderr] 115 |     dna.push(endo);
[INFO] [stderr]     |         ^^^^ method not found in `xi_rope::tree::Node<xi_rope::RopeInfo>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `push` found for struct `xi_rope::tree::Node<xi_rope::RopeInfo>` in the current scope
[INFO] [stderr]    --> src/main.rs:115:9
[INFO] [stderr]     |
[INFO] [stderr] 115 |     dna.push(endo);
[INFO] [stderr]     |         ^^^^ method not found in `xi_rope::tree::Node<xi_rope::RopeInfo>`
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 1 argument but 0 arguments were supplied
[INFO] [stderr]   --> src/dna.rs:64:26
[INFO] [stderr]    |
[INFO] [stderr] 64 |         chunk_iter: rope.iter_chunks(),
[INFO] [stderr]    |                          ^^^^^^^^^^^- supplied 0 arguments
[INFO] [stderr]    |                          |
[INFO] [stderr]    |                          expected 1 argument
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 1 argument but 0 arguments were supplied
[INFO] [stderr]   --> src/dna.rs:64:26
[INFO] [stderr]    |
[INFO] [stderr] 64 |         chunk_iter: rope.iter_chunks(),
[INFO] [stderr]    |                          ^^^^^^^^^^^- supplied 0 arguments
[INFO] [stderr]    |                          |
[INFO] [stderr]    |                          expected 1 argument
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 1 argument but 2 arguments were supplied
[INFO] [stderr]    --> src/dna.rs:146:50
[INFO] [stderr]     |
[INFO] [stderr] 146 |     assert_eq!("IIC", &String::from(rope.clone().slice(iter.index, rope.len())));    
[INFO] [stderr]     |                                                  ^^^^^ ----------  ---------- supplied 2 arguments
[INFO] [stderr]     |                                                  |
[INFO] [stderr]     |                                                  expected 1 argument
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 1 argument but 2 arguments were supplied
[INFO] [stderr]    --> src/dna.rs:253:48
[INFO] [stderr]     |
[INFO] [stderr] 253 |                 Some(c0) => e.push(dna.clone().slice(c0, i)),
[INFO] [stderr]     |                                                ^^^^^ --  - supplied 2 arguments
[INFO] [stderr]     |                                                |
[INFO] [stderr]     |                                                expected 1 argument
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 1 argument but 2 arguments were supplied
[INFO] [stderr]    --> src/dna.rs:269:23
[INFO] [stderr]     |
[INFO] [stderr] 269 |     replace(t, e, dna.slice(i, dna_len))
[INFO] [stderr]     |                       ^^^^^ -  ------- supplied 2 arguments
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       expected 1 argument
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 1 argument but 2 arguments were supplied
[INFO] [stderr]    --> src/dna.rs:274:32
[INFO] [stderr]     |
[INFO] [stderr] 274 |     let rest_dna = dna.clone().slice(i, dna.len());
[INFO] [stderr]     |                                ^^^^^ -  --------- supplied 2 arguments
[INFO] [stderr]     |                                |
[INFO] [stderr]     |                                expected 1 argument
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 1 argument but 2 arguments were supplied
[INFO] [stderr]    --> src/dna.rs:253:48
[INFO] [stderr]     |
[INFO] [stderr] 253 |                 Some(c0) => e.push(dna.clone().slice(c0, i)),
[INFO] [stderr]     |                                                ^^^^^ --  - supplied 2 arguments
[INFO] [stderr]     |                                                |
[INFO] [stderr]     |                                                expected 1 argument
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 1 argument but 2 arguments were supplied
[INFO] [stderr]    --> src/dna.rs:269:23
[INFO] [stderr]     |
[INFO] [stderr] 269 |     replace(t, e, dna.slice(i, dna_len))
[INFO] [stderr]     |                       ^^^^^ -  ------- supplied 2 arguments
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       expected 1 argument
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `push_str` found for struct `xi_rope::tree::Node<xi_rope::RopeInfo>` in the current scope
[INFO] [stderr]    --> src/dna.rs:313:25
[INFO] [stderr]     |
[INFO] [stderr] 313 |                     ret.push_str(&bases);
[INFO] [stderr]     |                         ^^^^^^^^ method not found in `xi_rope::tree::Node<xi_rope::RopeInfo>`
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 1 argument but 2 arguments were supplied
[INFO] [stderr]    --> src/dna.rs:274:32
[INFO] [stderr]     |
[INFO] [stderr] 274 |     let rest_dna = dna.clone().slice(i, dna.len());
[INFO] [stderr]     |                                ^^^^^ -  --------- supplied 2 arguments
[INFO] [stderr]     |                                |
[INFO] [stderr]     |                                expected 1 argument
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `push` found for struct `xi_rope::tree::Node<xi_rope::RopeInfo>` in the current scope
[INFO] [stderr]    --> src/dna.rs:316:21
[INFO] [stderr]     |
[INFO] [stderr] 316 |                 ret.push(protect(l, env_get(&e, n)))
[INFO] [stderr]     |                     ^^^^ method not found in `xi_rope::tree::Node<xi_rope::RopeInfo>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `push_str` found for struct `xi_rope::tree::Node<xi_rope::RopeInfo>` in the current scope
[INFO] [stderr]    --> src/dna.rs:320:25
[INFO] [stderr]     |
[INFO] [stderr] 320 |                     ret.push_str(&bases);
[INFO] [stderr]     |                         ^^^^^^^^ method not found in `xi_rope::tree::Node<xi_rope::RopeInfo>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `push` found for struct `xi_rope::tree::Node<xi_rope::RopeInfo>` in the current scope
[INFO] [stderr]    --> src/dna.rs:323:21
[INFO] [stderr]     |
[INFO] [stderr] 323 |                 ret.push(asnat(env_get(&e, n).len()))
[INFO] [stderr]     |                     ^^^^ method not found in `xi_rope::tree::Node<xi_rope::RopeInfo>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `push_str` found for struct `xi_rope::tree::Node<xi_rope::RopeInfo>` in the current scope
[INFO] [stderr]    --> src/dna.rs:313:25
[INFO] [stderr]     |
[INFO] [stderr] 313 |                     ret.push_str(&bases);
[INFO] [stderr]     |                         ^^^^^^^^ method not found in `xi_rope::tree::Node<xi_rope::RopeInfo>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `push` found for struct `xi_rope::tree::Node<xi_rope::RopeInfo>` in the current scope
[INFO] [stderr]    --> src/dna.rs:316:21
[INFO] [stderr]     |
[INFO] [stderr] 316 |                 ret.push(protect(l, env_get(&e, n)))
[INFO] [stderr]     |                     ^^^^ method not found in `xi_rope::tree::Node<xi_rope::RopeInfo>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `push_str` found for struct `xi_rope::tree::Node<xi_rope::RopeInfo>` in the current scope
[INFO] [stderr]    --> src/dna.rs:320:25
[INFO] [stderr]     |
[INFO] [stderr] 320 |                     ret.push_str(&bases);
[INFO] [stderr]     |                         ^^^^^^^^ method not found in `xi_rope::tree::Node<xi_rope::RopeInfo>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `push_str` found for struct `xi_rope::tree::Node<xi_rope::RopeInfo>` in the current scope
[INFO] [stderr]    --> src/dna.rs:328:13
[INFO] [stderr]     |
[INFO] [stderr] 328 |         ret.push_str(&bases);
[INFO] [stderr]     |             ^^^^^^^^ method not found in `xi_rope::tree::Node<xi_rope::RopeInfo>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `push` found for struct `xi_rope::tree::Node<xi_rope::RopeInfo>` in the current scope
[INFO] [stderr]    --> src/dna.rs:323:21
[INFO] [stderr]     |
[INFO] [stderr] 323 |                 ret.push(asnat(env_get(&e, n).len()))
[INFO] [stderr]     |                     ^^^^ method not found in `xi_rope::tree::Node<xi_rope::RopeInfo>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `push` found for struct `xi_rope::tree::Node<xi_rope::RopeInfo>` in the current scope
[INFO] [stderr]    --> src/dna.rs:330:9
[INFO] [stderr]     |
[INFO] [stderr] 330 |     ret.push(dna);
[INFO] [stderr]     |         ^^^^ method not found in `xi_rope::tree::Node<xi_rope::RopeInfo>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `push_str` found for struct `xi_rope::tree::Node<xi_rope::RopeInfo>` in the current scope
[INFO] [stderr]    --> src/dna.rs:328:13
[INFO] [stderr]     |
[INFO] [stderr] 328 |         ret.push_str(&bases);
[INFO] [stderr]     |             ^^^^^^^^ method not found in `xi_rope::tree::Node<xi_rope::RopeInfo>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `push` found for struct `xi_rope::tree::Node<xi_rope::RopeInfo>` in the current scope
[INFO] [stderr]    --> src/dna.rs:330:9
[INFO] [stderr]     |
[INFO] [stderr] 330 |     ret.push(dna);
[INFO] [stderr]     |         ^^^^ method not found in `xi_rope::tree::Node<xi_rope::RopeInfo>`
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 1 argument but 2 arguments were supplied
[INFO] [stderr]    --> src/dna.rs:420:40
[INFO] [stderr]     |
[INFO] [stderr] 420 |         dna = match_replace(p, &t, dna.slice(index, dna_len), logging);
[INFO] [stderr]     |                                        ^^^^^ -----  ------- supplied 2 arguments
[INFO] [stderr]     |                                        |
[INFO] [stderr]     |                                        expected 1 argument
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 1 argument but 2 arguments were supplied
[INFO] [stderr]    --> src/dna.rs:420:40
[INFO] [stderr]     |
[INFO] [stderr] 420 |         dna = match_replace(p, &t, dna.slice(index, dna_len), logging);
[INFO] [stderr]     |                                        ^^^^^ -----  ------- supplied 2 arguments
[INFO] [stderr]     |                                        |
[INFO] [stderr]     |                                        expected 1 argument
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 1 argument but 2 arguments were supplied
[INFO] [stderr]    --> src/gene.rs:112:33
[INFO] [stderr]     |
[INFO] [stderr] 112 |         let bases = dna.clone().slice(13615 + gene.offset, 13615 + gene.offset + gene.length);
[INFO] [stderr]     |                                 ^^^^^ -------------------  --------------------------------- supplied 2 arguments
[INFO] [stderr]     |                                 |
[INFO] [stderr]     |                                 expected 1 argument
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 1 argument but 2 arguments were supplied
[INFO] [stderr]    --> src/gene.rs:114:49
[INFO] [stderr]     |
[INFO] [stderr] 114 |             gene.code = Some(String::from(bases.slice(3, 10)))
[INFO] [stderr]     |                                                 ^^^^^ -  -- supplied 2 arguments
[INFO] [stderr]     |                                                 |
[INFO] [stderr]     |                                                 expected 1 argument
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 1 argument but 2 arguments were supplied
[INFO] [stderr]    --> src/gene.rs:112:33
[INFO] [stderr]     |
[INFO] [stderr] 112 |         let bases = dna.clone().slice(13615 + gene.offset, 13615 + gene.offset + gene.length);
[INFO] [stderr]     |                                 ^^^^^ -------------------  --------------------------------- supplied 2 arguments
[INFO] [stderr]     |                                 |
[INFO] [stderr]     |                                 expected 1 argument
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 1 argument but 2 arguments were supplied
[INFO] [stderr]    --> src/gene.rs:114:49
[INFO] [stderr]     |
[INFO] [stderr] 114 |             gene.code = Some(String::from(bases.slice(3, 10)))
[INFO] [stderr]     |                                                 ^^^^^ -  -- supplied 2 arguments
[INFO] [stderr]     |                                                 |
[INFO] [stderr]     |                                                 expected 1 argument
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 18 previous errors
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 17 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0061, E0432, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0061`.
[INFO] [stderr] Some errors have detailed explanations: E0061, E0432, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0061`.
[INFO] [stderr] error: could not compile `endo`.
[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: could not compile `endo`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "761286429ff8d138a5721f28b253004d25867e45f03a79366fd850fdb6d17d29"`
[INFO] running `"docker" "rm" "-f" "761286429ff8d138a5721f28b253004d25867e45f03a79366fd850fdb6d17d29"`
[INFO] [stdout] 761286429ff8d138a5721f28b253004d25867e45f03a79366fd850fdb6d17d29
