[INFO] cloning repository https://github.com/chfi/rs-gfa-utils [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/chfi/rs-gfa-utils" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchfi%2Frs-gfa-utils", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchfi%2Frs-gfa-utils'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c89c468ac28f9c04ab8ca7e10c7224d36ee8791d [INFO] testing chfi/rs-gfa-utils against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchfi%2Frs-gfa-utils" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/chfi/rs-gfa-utils on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/chfi/rs-gfa-utils [INFO] finished tweaking git repo https://github.com/chfi/rs-gfa-utils [INFO] tweaked toml for git repo https://github.com/chfi/rs-gfa-utils written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/chfi/rs-gfa-utils already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9adb4bd928852770c0e535b54c8f3bba2f71e9aa1361c37c3560cb9223152617 [INFO] running `Command { std: "docker" "start" "-a" "9adb4bd928852770c0e535b54c8f3bba2f71e9aa1361c37c3560cb9223152617", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9adb4bd928852770c0e535b54c8f3bba2f71e9aa1361c37c3560cb9223152617", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9adb4bd928852770c0e535b54c8f3bba2f71e9aa1361c37c3560cb9223152617", kill_on_drop: false }` [INFO] [stdout] 9adb4bd928852770c0e535b54c8f3bba2f71e9aa1361c37c3560cb9223152617 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3b7dae7a47af2df1d7ca404f1760c63a17f48c0eebe1c892411d6ea4e4343206 [INFO] running `Command { std: "docker" "start" "-a" "3b7dae7a47af2df1d7ca404f1760c63a17f48c0eebe1c892411d6ea4e4343206", 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] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling syn v1.0.33 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling const_fn v0.4.5 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling serde_derive v1.0.114 [INFO] [stderr] Compiling regex-syntax v0.6.18 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling serde v1.0.114 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Compiling arrayvec v0.5.1 [INFO] [stderr] Compiling anyhow v1.0.38 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling rand_core v0.6.1 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling number_prefix v0.3.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling fixedbitset v0.2.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling termcolor v1.1.0 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling indexmap v1.6.0 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling wyhash v0.5.0 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.3 [INFO] [stderr] Compiling proc-macro-error v1.0.3 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling aho-corasick v0.7.12 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling terminal_size v0.1.13 [INFO] [stderr] Compiling termios v0.3.2 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling petgraph v0.5.1 [INFO] [stderr] Compiling clap v2.33.1 [INFO] [stderr] Compiling crossbeam-epoch v0.9.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling succinct v0.5.2 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling console v0.12.0 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling pretty_env_logger v0.4.0 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling indicatif v0.15.0 [INFO] [stderr] Compiling boomphf v0.5.9 [INFO] [stderr] Compiling bytemuck_derive v1.0.0 [INFO] [stderr] Compiling bytemuck v1.4.1 [INFO] [stderr] Compiling structopt-derive v0.4.8 [INFO] [stderr] Compiling structopt v0.3.15 [INFO] [stderr] Compiling bstr v0.2.13 [INFO] [stderr] Compiling gfa v0.10.0 [INFO] [stderr] Compiling three-edge-connected v0.2.2 [INFO] [stderr] Compiling handlegraph v0.7.0-alpha.7 [INFO] [stderr] Compiling saboten v0.1.2-alpha.3 [INFO] [stderr] Compiling gfautil v0.4.0-alpha.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/subgraph.rs:8:54 [INFO] [stdout] | [INFO] [stdout] 8 | $coll.iter().filter($pred).cloned().collect(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 23 | filtered!(gfa.paths, |p| path_names.contains(p.path_name.as_slice())); [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `filtered` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/subgraph.rs:8:54 [INFO] [stdout] | [INFO] [stdout] 8 | $coll.iter().filter($pred).cloned().collect(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 33 | filtered!(gfa.segments, |s| segment_names.contains(s.name.as_slice())); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `filtered` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/subgraph.rs:8:54 [INFO] [stdout] | [INFO] [stdout] 8 | $coll.iter().filter($pred).cloned().collect(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 36 | let links = filtered!(&gfa.links, |l| { [INFO] [stdout] | _________________- [INFO] [stdout] 37 | | segment_names.contains(l.from_segment.as_slice()) [INFO] [stdout] 38 | | && segment_names.contains(l.to_segment.as_slice()) [INFO] [stdout] 39 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `filtered` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/subgraph.rs:8:54 [INFO] [stdout] | [INFO] [stdout] 8 | $coll.iter().filter($pred).cloned().collect(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 41 | let containments = filtered!(&gfa.containments, |l| { [INFO] [stdout] | ________________________- [INFO] [stdout] 42 | | segment_names.contains(l.container_name.as_slice()) [INFO] [stdout] 43 | | && segment_names.contains(l.contained_name.as_slice()) [INFO] [stdout] 44 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `filtered` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/subgraph.rs:8:54 [INFO] [stdout] | [INFO] [stdout] 8 | $coll.iter().filter($pred).cloned().collect(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 65 | filtered!(gfa.segments, |s| segment_names.contains(s.name.as_slice())); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `filtered` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/subgraph.rs:8:54 [INFO] [stdout] | [INFO] [stdout] 8 | $coll.iter().filter($pred).cloned().collect(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 67 | let links = filtered!(&gfa.links, |l| { [INFO] [stdout] | _________________- [INFO] [stdout] 68 | | segment_names.contains(l.from_segment.as_slice()) [INFO] [stdout] 69 | | && segment_names.contains(l.to_segment.as_slice()) [INFO] [stdout] 70 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `filtered` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/subgraph.rs:8:54 [INFO] [stdout] | [INFO] [stdout] 8 | $coll.iter().filter($pred).cloned().collect(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 72 | let containments = filtered!(&gfa.containments, |l| { [INFO] [stdout] | ________________________- [INFO] [stdout] 73 | | segment_names.contains(l.container_name.as_slice()) [INFO] [stdout] 74 | | && segment_names.contains(l.contained_name.as_slice()) [INFO] [stdout] 75 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `filtered` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/subgraph.rs:8:54 [INFO] [stdout] | [INFO] [stdout] 8 | $coll.iter().filter($pred).cloned().collect(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 77 | let paths: Vec<_> = filtered!(gfa.paths, |p| p [INFO] [stdout] | _________________________- [INFO] [stdout] 78 | | .iter() [INFO] [stdout] 79 | | .any(|(s, _)| segment_names.contains(s.as_ref()))); [INFO] [stdout] | |__________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `filtered` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `gfa::gfa::Orientation::Forward` [INFO] [stdout] --> src/variants.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use gfa::gfa::Orientation::Forward; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `hash_subpath` [INFO] [stdout] --> src/variants.rs:27:8 [INFO] [stdout] | [INFO] [stdout] 27 | fn hash_subpath(&self, path: usize, from: usize, to: usize) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 47.56s [INFO] running `Command { std: "docker" "inspect" "3b7dae7a47af2df1d7ca404f1760c63a17f48c0eebe1c892411d6ea4e4343206", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b7dae7a47af2df1d7ca404f1760c63a17f48c0eebe1c892411d6ea4e4343206", kill_on_drop: false }` [INFO] [stdout] 3b7dae7a47af2df1d7ca404f1760c63a17f48c0eebe1c892411d6ea4e4343206 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6725703c8c3d77c80f97d880037ea743aa63c6ded3a49c9fb4322cd092d780f5 [INFO] running `Command { std: "docker" "start" "-a" "6725703c8c3d77c80f97d880037ea743aa63c6ded3a49c9fb4322cd092d780f5", 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] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/subgraph.rs:8:54 [INFO] [stdout] | [INFO] [stdout] 8 | $coll.iter().filter($pred).cloned().collect(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 23 | filtered!(gfa.paths, |p| path_names.contains(p.path_name.as_slice())); [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `filtered` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/subgraph.rs:8:54 [INFO] [stdout] | [INFO] [stdout] 8 | $coll.iter().filter($pred).cloned().collect(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 33 | filtered!(gfa.segments, |s| segment_names.contains(s.name.as_slice())); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `filtered` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/subgraph.rs:8:54 [INFO] [stdout] | [INFO] [stdout] 8 | $coll.iter().filter($pred).cloned().collect(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 36 | let links = filtered!(&gfa.links, |l| { [INFO] [stdout] | _________________- [INFO] [stdout] 37 | | segment_names.contains(l.from_segment.as_slice()) [INFO] [stdout] 38 | | && segment_names.contains(l.to_segment.as_slice()) [INFO] [stdout] 39 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `filtered` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/subgraph.rs:8:54 [INFO] [stdout] | [INFO] [stdout] 8 | $coll.iter().filter($pred).cloned().collect(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 41 | let containments = filtered!(&gfa.containments, |l| { [INFO] [stdout] | ________________________- [INFO] [stdout] 42 | | segment_names.contains(l.container_name.as_slice()) [INFO] [stdout] 43 | | && segment_names.contains(l.contained_name.as_slice()) [INFO] [stdout] 44 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `filtered` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/subgraph.rs:8:54 [INFO] [stdout] | [INFO] [stdout] 8 | $coll.iter().filter($pred).cloned().collect(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 65 | filtered!(gfa.segments, |s| segment_names.contains(s.name.as_slice())); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `filtered` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/subgraph.rs:8:54 [INFO] [stdout] | [INFO] [stdout] 8 | $coll.iter().filter($pred).cloned().collect(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 67 | let links = filtered!(&gfa.links, |l| { [INFO] [stdout] | _________________- [INFO] [stdout] 68 | | segment_names.contains(l.from_segment.as_slice()) [INFO] [stdout] 69 | | && segment_names.contains(l.to_segment.as_slice()) [INFO] [stdout] 70 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `filtered` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/subgraph.rs:8:54 [INFO] [stdout] | [INFO] [stdout] 8 | $coll.iter().filter($pred).cloned().collect(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 72 | let containments = filtered!(&gfa.containments, |l| { [INFO] [stdout] | ________________________- [INFO] [stdout] 73 | | segment_names.contains(l.container_name.as_slice()) [INFO] [stdout] 74 | | && segment_names.contains(l.contained_name.as_slice()) [INFO] [stdout] 75 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `filtered` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/subgraph.rs:8:54 [INFO] [stdout] | [INFO] [stdout] 8 | $coll.iter().filter($pred).cloned().collect(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 77 | let paths: Vec<_> = filtered!(gfa.paths, |p| p [INFO] [stdout] | _________________________- [INFO] [stdout] 78 | | .iter() [INFO] [stdout] 79 | | .any(|(s, _)| segment_names.contains(s.as_ref()))); [INFO] [stdout] | |__________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `filtered` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `gfa::gfa::Orientation::Forward` [INFO] [stdout] --> src/variants.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use gfa::gfa::Orientation::Forward; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `hash_subpath` [INFO] [stdout] --> src/variants.rs:27:8 [INFO] [stdout] | [INFO] [stdout] 27 | fn hash_subpath(&self, path: usize, from: usize, to: usize) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling gfautil v0.4.0-alpha.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/subgraph.rs:8:54 [INFO] [stdout] | [INFO] [stdout] 8 | $coll.iter().filter($pred).cloned().collect(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 23 | filtered!(gfa.paths, |p| path_names.contains(p.path_name.as_slice())); [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `filtered` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/subgraph.rs:8:54 [INFO] [stdout] | [INFO] [stdout] 8 | $coll.iter().filter($pred).cloned().collect(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 33 | filtered!(gfa.segments, |s| segment_names.contains(s.name.as_slice())); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `filtered` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/subgraph.rs:8:54 [INFO] [stdout] | [INFO] [stdout] 8 | $coll.iter().filter($pred).cloned().collect(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 36 | let links = filtered!(&gfa.links, |l| { [INFO] [stdout] | _________________- [INFO] [stdout] 37 | | segment_names.contains(l.from_segment.as_slice()) [INFO] [stdout] 38 | | && segment_names.contains(l.to_segment.as_slice()) [INFO] [stdout] 39 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `filtered` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/subgraph.rs:8:54 [INFO] [stdout] | [INFO] [stdout] 8 | $coll.iter().filter($pred).cloned().collect(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 41 | let containments = filtered!(&gfa.containments, |l| { [INFO] [stdout] | ________________________- [INFO] [stdout] 42 | | segment_names.contains(l.container_name.as_slice()) [INFO] [stdout] 43 | | && segment_names.contains(l.contained_name.as_slice()) [INFO] [stdout] 44 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `filtered` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/subgraph.rs:8:54 [INFO] [stdout] | [INFO] [stdout] 8 | $coll.iter().filter($pred).cloned().collect(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 65 | filtered!(gfa.segments, |s| segment_names.contains(s.name.as_slice())); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `filtered` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/subgraph.rs:8:54 [INFO] [stdout] | [INFO] [stdout] 8 | $coll.iter().filter($pred).cloned().collect(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 67 | let links = filtered!(&gfa.links, |l| { [INFO] [stdout] | _________________- [INFO] [stdout] 68 | | segment_names.contains(l.from_segment.as_slice()) [INFO] [stdout] 69 | | && segment_names.contains(l.to_segment.as_slice()) [INFO] [stdout] 70 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `filtered` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/subgraph.rs:8:54 [INFO] [stdout] | [INFO] [stdout] 8 | $coll.iter().filter($pred).cloned().collect(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 72 | let containments = filtered!(&gfa.containments, |l| { [INFO] [stdout] | ________________________- [INFO] [stdout] 73 | | segment_names.contains(l.container_name.as_slice()) [INFO] [stdout] 74 | | && segment_names.contains(l.contained_name.as_slice()) [INFO] [stdout] 75 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `filtered` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/subgraph.rs:8:54 [INFO] [stdout] | [INFO] [stdout] 8 | $coll.iter().filter($pred).cloned().collect(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 77 | let paths: Vec<_> = filtered!(gfa.paths, |p| p [INFO] [stdout] | _________________________- [INFO] [stdout] 78 | | .iter() [INFO] [stdout] 79 | | .any(|(s, _)| segment_names.contains(s.as_ref()))); [INFO] [stdout] | |__________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `filtered` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `gfa::gfa::Orientation::Forward` [INFO] [stdout] --> src/variants.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use gfa::gfa::Orientation::Forward; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `hash_subpath` [INFO] [stdout] --> src/variants.rs:27:8 [INFO] [stdout] | [INFO] [stdout] 27 | fn hash_subpath(&self, path: usize, from: usize, to: usize) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 17.49s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/gfautil-5501e52ff2f73cc9) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/gfautil-211337661d25c7a1) [INFO] [stderr] Executable tests/gaf_convert.rs (/opt/rustwide/target/debug/deps/gaf_convert-55487b042634e571) [INFO] running `Command { std: "docker" "inspect" "6725703c8c3d77c80f97d880037ea743aa63c6ded3a49c9fb4322cd092d780f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6725703c8c3d77c80f97d880037ea743aa63c6ded3a49c9fb4322cd092d780f5", kill_on_drop: false }` [INFO] [stdout] 6725703c8c3d77c80f97d880037ea743aa63c6ded3a49c9fb4322cd092d780f5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f6a9d990a5e92cb4105366ccf3bb2390c2c2b0edc26e242ca10405217f3385e7 [INFO] running `Command { std: "docker" "start" "-a" "f6a9d990a5e92cb4105366ccf3bb2390c2c2b0edc26e242ca10405217f3385e7", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/subgraph.rs:8:54 [INFO] [stderr] | [INFO] [stderr] 8 | $coll.iter().filter($pred).cloned().collect(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 23 | filtered!(gfa.paths, |p| path_names.contains(p.path_name.as_slice())); [INFO] [stderr] | --------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `filtered` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/subgraph.rs:8:54 [INFO] [stderr] | [INFO] [stderr] 8 | $coll.iter().filter($pred).cloned().collect(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 33 | filtered!(gfa.segments, |s| segment_names.contains(s.name.as_slice())); [INFO] [stderr] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `filtered` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/subgraph.rs:8:54 [INFO] [stderr] | [INFO] [stderr] 8 | $coll.iter().filter($pred).cloned().collect(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 36 | let links = filtered!(&gfa.links, |l| { [INFO] [stderr] | _________________- [INFO] [stderr] 37 | | segment_names.contains(l.from_segment.as_slice()) [INFO] [stderr] 38 | | && segment_names.contains(l.to_segment.as_slice()) [INFO] [stderr] 39 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `filtered` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/subgraph.rs:8:54 [INFO] [stderr] | [INFO] [stderr] 8 | $coll.iter().filter($pred).cloned().collect(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 41 | let containments = filtered!(&gfa.containments, |l| { [INFO] [stderr] | ________________________- [INFO] [stderr] 42 | | segment_names.contains(l.container_name.as_slice()) [INFO] [stderr] 43 | | && segment_names.contains(l.contained_name.as_slice()) [INFO] [stderr] 44 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `filtered` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/subgraph.rs:8:54 [INFO] [stderr] | [INFO] [stderr] 8 | $coll.iter().filter($pred).cloned().collect(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 65 | filtered!(gfa.segments, |s| segment_names.contains(s.name.as_slice())); [INFO] [stderr] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `filtered` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/subgraph.rs:8:54 [INFO] [stderr] | [INFO] [stderr] 8 | $coll.iter().filter($pred).cloned().collect(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 67 | let links = filtered!(&gfa.links, |l| { [INFO] [stderr] | _________________- [INFO] [stderr] 68 | | segment_names.contains(l.from_segment.as_slice()) [INFO] [stderr] 69 | | && segment_names.contains(l.to_segment.as_slice()) [INFO] [stderr] 70 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `filtered` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/subgraph.rs:8:54 [INFO] [stderr] | [INFO] [stderr] 8 | $coll.iter().filter($pred).cloned().collect(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 72 | let containments = filtered!(&gfa.containments, |l| { [INFO] [stderr] | ________________________- [INFO] [stderr] 73 | | segment_names.contains(l.container_name.as_slice()) [INFO] [stderr] 74 | | && segment_names.contains(l.contained_name.as_slice()) [INFO] [stderr] 75 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `filtered` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/subgraph.rs:8:54 [INFO] [stderr] | [INFO] [stderr] 8 | $coll.iter().filter($pred).cloned().collect(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 77 | let paths: Vec<_> = filtered!(gfa.paths, |p| p [INFO] [stderr] | _________________________- [INFO] [stderr] 78 | | .iter() [INFO] [stderr] 79 | | .any(|(s, _)| segment_names.contains(s.as_ref()))); [INFO] [stderr] | |__________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `filtered` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused import: `gfa::gfa::Orientation::Forward` [INFO] [stderr] --> src/variants.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use gfa::gfa::Orientation::Forward; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `hash_subpath` [INFO] [stderr] --> src/variants.rs:27:8 [INFO] [stderr] | [INFO] [stderr] 27 | fn hash_subpath(&self, path: usize, from: usize, to: usize) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `gfautil` (lib) generated 10 warnings [INFO] [stderr] warning: `gfautil` (lib test) generated 10 warnings (10 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.80s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gfautil-5501e52ff2f73cc9) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test commands::convert_names::tests::converted_gfa_path_correct ... ok [INFO] [stdout] test commands::convert_names::tests::name_map_path_correct ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/gfautil-211337661d25c7a1) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stderr] Running tests/gaf_convert.rs (/opt/rustwide/target/debug/deps/gaf_convert-55487b042634e571) [INFO] [stdout] test gafpaf_dels ... ok [INFO] [stdout] test gafpaf_overlaps ... ok [INFO] [stdout] test gafpaf_no_overlaps ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Doc-tests gfautil [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f6a9d990a5e92cb4105366ccf3bb2390c2c2b0edc26e242ca10405217f3385e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f6a9d990a5e92cb4105366ccf3bb2390c2c2b0edc26e242ca10405217f3385e7", kill_on_drop: false }` [INFO] [stdout] f6a9d990a5e92cb4105366ccf3bb2390c2c2b0edc26e242ca10405217f3385e7