[INFO] fetching crate atomsh 0.1.1...
[INFO] testing atomsh-0.1.1 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate atomsh 0.1.1 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate atomsh 0.1.1
[INFO] finished tweaking crates.io crate atomsh 0.1.1
[INFO] tweaked toml for crates.io crate atomsh 0.1.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate atomsh 0.1.1 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate atomsh 0.1.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rustyline-derive v0.4.0
[INFO] [stderr]   Downloaded pico-args v0.3.4
[INFO] [stderr]   Downloaded comment v0.1.1
[INFO] [stderr]   Downloaded dunce v1.0.1
[INFO] [stderr]   Downloaded dirs-sys-next v0.1.1
[INFO] [stderr]   Downloaded ctrlc v3.1.7
[INFO] [stderr]   Downloaded dirs v3.0.1
[INFO] [stderr]   Downloaded nix v0.19.1
[INFO] [stderr]   Downloaded rand v0.8.1
[INFO] [stderr]   Downloaded rustyline v7.1.0
[INFO] [stderr]   Downloaded diff v0.1.12
[INFO] [stderr]   Downloaded lalrpop v0.19.3
[INFO] [stderr]   Downloaded lalrpop-util v0.19.3
[INFO] [stderr]   Downloaded asciicolor v0.1.0
[INFO] [stderr]   Downloaded os_info v3.0.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2d9e54c8beb0b9032b9f84e2e20d70ae6c518684158752cdc671d058da56a870
[INFO] running `Command { std: "docker" "start" "-a" "2d9e54c8beb0b9032b9f84e2e20d70ae6c518684158752cdc671d058da56a870", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2d9e54c8beb0b9032b9f84e2e20d70ae6c518684158752cdc671d058da56a870", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2d9e54c8beb0b9032b9f84e2e20d70ae6c518684158752cdc671d058da56a870", kill_on_drop: false }`
[INFO] [stdout] 2d9e54c8beb0b9032b9f84e2e20d70ae6c518684158752cdc671d058da56a870
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a2a476964ad04205948811e84043476f47568ccec80ac26b047ac1c439a13655
[INFO] running `Command { std: "docker" "start" "-a" "a2a476964ad04205948811e84043476f47568ccec80ac26b047ac1c439a13655", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.81
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling log v0.4.11
[INFO] [stderr]    Compiling proc-macro2 v1.0.24
[INFO] [stderr]    Compiling indexmap v1.6.1
[INFO] [stderr]    Compiling syn v1.0.56
[INFO] [stderr]    Compiling hashbrown v0.9.1
[INFO] [stderr]    Compiling siphasher v0.3.3
[INFO] [stderr]    Compiling regex-syntax v0.6.21
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.4
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling serde_derive v1.0.118
[INFO] [stderr]    Compiling fixedbitset v0.2.0
[INFO] [stderr]    Compiling itertools v0.9.0
[INFO] [stderr]    Compiling pico-args v0.3.4
[INFO] [stderr]    Compiling serde v1.0.118
[INFO] [stderr]    Compiling ena v0.14.0
[INFO] [stderr]    Compiling diff v0.1.12
[INFO] [stderr]    Compiling unicode-segmentation v1.7.1
[INFO] [stderr]    Compiling utf8parse v0.2.0
[INFO] [stderr]    Compiling comment v0.1.1
[INFO] [stderr]    Compiling asciicolor v0.1.0
[INFO] [stderr]    Compiling dunce v1.0.1
[INFO] [stderr]    Compiling phf_shared v0.8.0
[INFO] [stderr]    Compiling bit-set v0.5.2
[INFO] [stderr]    Compiling aho-corasick v0.7.15
[INFO] [stderr]    Compiling string_cache v0.8.1
[INFO] [stderr]    Compiling quote v1.0.8
[INFO] [stderr]    Compiling petgraph v0.5.1
[INFO] [stderr]    Compiling dirs v1.0.5
[INFO] [stderr]    Compiling getrandom v0.2.1
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling dirs-sys-next v0.1.1
[INFO] [stderr]    Compiling fs2 v0.4.3
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling nix v0.19.1
[INFO] [stderr]    Compiling nix v0.18.0
[INFO] [stderr]    Compiling dirs-sys v0.3.5
[INFO] [stderr]    Compiling term v0.5.2
[INFO] [stderr]    Compiling rand_core v0.6.1
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling rand_chacha v0.3.0
[INFO] [stderr]    Compiling dirs v3.0.1
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling ascii-canvas v2.0.0
[INFO] [stderr]    Compiling rand v0.8.1
[INFO] [stderr]    Compiling regex v1.4.2
[INFO] [stderr]    Compiling rustyline-derive v0.4.0
[INFO] [stderr]    Compiling lalrpop-util v0.19.3
[INFO] [stderr]    Compiling lalrpop v0.19.3
[INFO] [stderr]    Compiling rustyline v7.1.0
[INFO] [stderr]    Compiling ctrlc v3.1.7
[INFO] [stderr]    Compiling os_info v3.0.1
[INFO] [stderr]    Compiling atomsh v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/atomsh-f25a969e5a6ebaca/out/parser.rs:6589:47
[INFO] [stdout]      |
[INFO] [stdout] 6589 |             None => list.iter().map(|(v, s)| v.clone()).collect(),
[INFO] [stdout]      |                                               ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(suspicious_double_ref_op)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/atomsh-f25a969e5a6ebaca/out/parser.rs:6591:66
[INFO] [stdout]      |
[INFO] [stdout] 6591 |                 let mut list: Vec<_> = list.iter().map(|(v, s)| v.clone()).collect();
[INFO] [stdout]      |                                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/atomsh-f25a969e5a6ebaca/out/parser.rs:6612:47
[INFO] [stdout]      |
[INFO] [stdout] 6612 |             None => list.iter().map(|(v, s)| v.clone()).collect(),
[INFO] [stdout]      |                                               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/atomsh-f25a969e5a6ebaca/out/parser.rs:6614:66
[INFO] [stdout]      |
[INFO] [stdout] 6614 |                 let mut list: Vec<_> = list.iter().map(|(v, s)| v.clone()).collect();
[INFO] [stdout]      |                                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.58s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: lalrpop v0.19.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "a2a476964ad04205948811e84043476f47568ccec80ac26b047ac1c439a13655", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a2a476964ad04205948811e84043476f47568ccec80ac26b047ac1c439a13655", kill_on_drop: false }`
[INFO] [stdout] a2a476964ad04205948811e84043476f47568ccec80ac26b047ac1c439a13655
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ce52f26712260456d43b3e10b4dcd0f7bd5d6df9da8b31c5396b5850d8bfc30d
[INFO] running `Command { std: "docker" "start" "-a" "ce52f26712260456d43b3e10b4dcd0f7bd5d6df9da8b31c5396b5850d8bfc30d", kill_on_drop: false }`
[INFO] [stderr]    Compiling atomsh v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/atomsh-f25a969e5a6ebaca/out/parser.rs:6589:47
[INFO] [stdout]      |
[INFO] [stdout] 6589 |             None => list.iter().map(|(v, s)| v.clone()).collect(),
[INFO] [stdout]      |                                               ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(suspicious_double_ref_op)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/atomsh-f25a969e5a6ebaca/out/parser.rs:6591:66
[INFO] [stdout]      |
[INFO] [stdout] 6591 |                 let mut list: Vec<_> = list.iter().map(|(v, s)| v.clone()).collect();
[INFO] [stdout]      |                                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/atomsh-f25a969e5a6ebaca/out/parser.rs:6612:47
[INFO] [stdout]      |
[INFO] [stdout] 6612 |             None => list.iter().map(|(v, s)| v.clone()).collect(),
[INFO] [stdout]      |                                               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/atomsh-f25a969e5a6ebaca/out/parser.rs:6614:66
[INFO] [stdout]      |
[INFO] [stdout] 6614 |                 let mut list: Vec<_> = list.iter().map(|(v, s)| v.clone()).collect();
[INFO] [stdout]      |                                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/atomsh-f25a969e5a6ebaca/out/parser.rs:6589:47
[INFO] [stdout]      |
[INFO] [stdout] 6589 |             None => list.iter().map(|(v, s)| v.clone()).collect(),
[INFO] [stdout]      |                                               ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(suspicious_double_ref_op)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/atomsh-f25a969e5a6ebaca/out/parser.rs:6591:66
[INFO] [stdout]      |
[INFO] [stdout] 6591 |                 let mut list: Vec<_> = list.iter().map(|(v, s)| v.clone()).collect();
[INFO] [stdout]      |                                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/atomsh-f25a969e5a6ebaca/out/parser.rs:6612:47
[INFO] [stdout]      |
[INFO] [stdout] 6612 |             None => list.iter().map(|(v, s)| v.clone()).collect(),
[INFO] [stdout]      |                                               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/atomsh-f25a969e5a6ebaca/out/parser.rs:6614:66
[INFO] [stdout]      |
[INFO] [stdout] 6614 |                 let mut list: Vec<_> = list.iter().map(|(v, s)| v.clone()).collect();
[INFO] [stdout]      |                                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.82s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: lalrpop v0.19.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "ce52f26712260456d43b3e10b4dcd0f7bd5d6df9da8b31c5396b5850d8bfc30d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ce52f26712260456d43b3e10b4dcd0f7bd5d6df9da8b31c5396b5850d8bfc30d", kill_on_drop: false }`
[INFO] [stdout] ce52f26712260456d43b3e10b4dcd0f7bd5d6df9da8b31c5396b5850d8bfc30d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 85a124c18f7e45e93e419858688e1a0c62d5e9a8c1100f3fcd7a1aa9547b06b9
[INFO] running `Command { std: "docker" "start" "-a" "85a124c18f7e45e93e419858688e1a0c62d5e9a8c1100f3fcd7a1aa9547b06b9", kill_on_drop: false }`
[INFO] [stderr] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/atomsh-f25a969e5a6ebaca/out/parser.rs:6589:47
[INFO] [stderr]      |
[INFO] [stderr] 6589 |             None => list.iter().map(|(v, s)| v.clone()).collect(),
[INFO] [stderr]      |                                               ^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(suspicious_double_ref_op)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/atomsh-f25a969e5a6ebaca/out/parser.rs:6591:66
[INFO] [stderr]      |
[INFO] [stderr] 6591 |                 let mut list: Vec<_> = list.iter().map(|(v, s)| v.clone()).collect();
[INFO] [stderr]      |                                                                  ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/atomsh-f25a969e5a6ebaca/out/parser.rs:6612:47
[INFO] [stderr]      |
[INFO] [stderr] 6612 |             None => list.iter().map(|(v, s)| v.clone()).collect(),
[INFO] [stderr]      |                                               ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/atomsh-f25a969e5a6ebaca/out/parser.rs:6614:66
[INFO] [stderr]      |
[INFO] [stderr] 6614 |                 let mut list: Vec<_> = list.iter().map(|(v, s)| v.clone()).collect();
[INFO] [stderr]      |                                                                  ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `atomsh` (lib) generated 4 warnings
[INFO] [stderr] warning: `atomsh` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: lalrpop v0.19.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/atomsh-a536f7a000086b38)
[INFO] [stderr]      Running unittests src/bin.rs (/opt/rustwide/target/debug/deps/atom-ed7af372378edd28)
[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] [stdout] 
[INFO] [stderr]    Doc-tests atomsh
[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] [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" "85a124c18f7e45e93e419858688e1a0c62d5e9a8c1100f3fcd7a1aa9547b06b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "85a124c18f7e45e93e419858688e1a0c62d5e9a8c1100f3fcd7a1aa9547b06b9", kill_on_drop: false }`
[INFO] [stdout] 85a124c18f7e45e93e419858688e1a0c62d5e9a8c1100f3fcd7a1aa9547b06b9
