[INFO] cloning repository https://github.com/BajlandoKG/kzkzk [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/BajlandoKG/kzkzk" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBajlandoKG%2Fkzkzk", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBajlandoKG%2Fkzkzk'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 23e229eb1ba649697af0c9895001cb161e3d4d04 [INFO] testing BajlandoKG/kzkzk against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBajlandoKG%2Fkzkzk" "/workspace/builds/worker-102/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-102/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/BajlandoKG/kzkzk on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/BajlandoKG/kzkzk [INFO] finished tweaking git repo https://github.com/BajlandoKG/kzkzk [INFO] tweaked toml for git repo https://github.com/BajlandoKG/kzkzk written to /workspace/builds/worker-102/source/Cargo.toml [INFO] crate git repo https://github.com/BajlandoKG/kzkzk already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded lsp-types v0.73.0 [INFO] [stderr] Downloaded jsonrpc-core v14.1.0 [INFO] [stderr] Downloaded trackable_derive v0.1.2 [INFO] [stderr] Downloaded sloggers v0.3.5 [INFO] [stderr] Downloaded whoami v0.8.1 [INFO] [stderr] Downloaded ropey v1.1.0 [INFO] [stderr] Downloaded slog-stdlog v3.0.5 [INFO] [stderr] Downloaded trackable v0.2.23 [INFO] [stderr] Downloaded slog-term v2.4.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-102/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-102/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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c32592caeb306991ed1898b953b89677326887c8704a0b774a861fa44c9aa803 [INFO] running `Command { std: "docker" "start" "-a" "c32592caeb306991ed1898b953b89677326887c8704a0b774a861fa44c9aa803", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c32592caeb306991ed1898b953b89677326887c8704a0b774a861fa44c9aa803", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c32592caeb306991ed1898b953b89677326887c8704a0b774a861fa44c9aa803", kill_on_drop: false }` [INFO] [stdout] c32592caeb306991ed1898b953b89677326887c8704a0b774a861fa44c9aa803 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-102/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-102/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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 96db51ae48a6801ecea706b75260cc3e1cfbc79da9e0cee5e4b12a9f0b5652bc [INFO] running `Command { std: "docker" "start" "-a" "96db51ae48a6801ecea706b75260cc3e1cfbc79da9e0cee5e4b12a9f0b5652bc", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Compiling slog v2.5.2 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling getrandom v0.1.13 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling smallvec v1.1.0 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling regex-syntax v0.6.17 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling arc-swap v0.4.4 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling adler32 v1.0.4 [INFO] [stderr] Compiling crossbeam v0.2.12 [INFO] [stderr] Compiling rle-decode-fast v1.0.1 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling base64 v0.11.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling boxfnonce v0.1.1 [INFO] [stderr] Compiling futures v0.1.29 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling whoami v0.8.1 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling unicode-normalization v0.1.11 [INFO] [stderr] Compiling c2-chacha v0.2.3 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling smallvec v0.6.13 [INFO] [stderr] Compiling libflate v0.1.27 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling ropey v1.1.0 [INFO] [stderr] Compiling slog-scope v4.3.0 [INFO] [stderr] Compiling slog-async v2.3.0 [INFO] [stderr] Compiling dirs-sys v0.3.4 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling daemonize v0.4.1 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling slog-stdlog v3.0.5 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling term v0.6.1 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling regex v1.3.7 [INFO] [stderr] Compiling crossbeam-channel v0.4.2 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling chrono v0.4.10 [INFO] [stderr] Compiling slog-term v2.4.2 [INFO] [stderr] Compiling slog-kvfilter v0.7.0 [INFO] [stderr] Compiling trackable_derive v0.1.2 [INFO] [stderr] Compiling trackable v0.2.23 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Compiling serde_repr v0.1.5 [INFO] [stderr] Compiling serde_json v1.0.51 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Compiling sloggers v0.3.5 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Compiling lsp-types v0.73.0 [INFO] [stderr] Compiling jsonrpc-core v14.1.0 [INFO] [stderr] Compiling kak-lsp v8.0.0-snapshot (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/thread_worker.rs:29:24 [INFO] [stdout] | [INFO] [stdout] 29 | panic!(e) [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{:?}" format string to use the Debug implementation of `Box` [INFO] [stdout] | [INFO] [stdout] 29 | panic!("{:?}", e) [INFO] [stdout] | +++++++ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 29 | std::panic::panic_any(e) [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 24s [INFO] running `Command { std: "docker" "inspect" "96db51ae48a6801ecea706b75260cc3e1cfbc79da9e0cee5e4b12a9f0b5652bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "96db51ae48a6801ecea706b75260cc3e1cfbc79da9e0cee5e4b12a9f0b5652bc", kill_on_drop: false }` [INFO] [stdout] 96db51ae48a6801ecea706b75260cc3e1cfbc79da9e0cee5e4b12a9f0b5652bc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-102/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-102/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" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a15768b3f3da5c93c0ffe08a399034cef334fa8420320095936d20ff07fde9c3 [INFO] running `Command { std: "docker" "start" "-a" "a15768b3f3da5c93c0ffe08a399034cef334fa8420320095936d20ff07fde9c3", kill_on_drop: false }` [INFO] [stderr] Compiling kak-lsp v8.0.0-snapshot (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/thread_worker.rs:29:24 [INFO] [stdout] | [INFO] [stdout] 29 | panic!(e) [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{:?}" format string to use the Debug implementation of `Box` [INFO] [stdout] | [INFO] [stdout] 29 | panic!("{:?}", e) [INFO] [stdout] | +++++++ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 29 | std::panic::panic_any(e) [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 9.03s [INFO] running `Command { std: "docker" "inspect" "a15768b3f3da5c93c0ffe08a399034cef334fa8420320095936d20ff07fde9c3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a15768b3f3da5c93c0ffe08a399034cef334fa8420320095936d20ff07fde9c3", kill_on_drop: false }` [INFO] [stdout] a15768b3f3da5c93c0ffe08a399034cef334fa8420320095936d20ff07fde9c3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-102/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-102/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" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c97d27113a1d1fd1435b3a91f9844e880d580f5ab1589cc1bd9560bc03d90136 [INFO] running `Command { std: "docker" "start" "-a" "c97d27113a1d1fd1435b3a91f9844e880d580f5ab1589cc1bd9560bc03d90136", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/thread_worker.rs:29:24 [INFO] [stderr] | [INFO] [stderr] 29 | panic!(e) [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{:?}" format string to use the Debug implementation of `Box` [INFO] [stderr] | [INFO] [stderr] 29 | panic!("{:?}", e) [INFO] [stderr] | +++++++ [INFO] [stderr] help: or use std::panic::panic_any instead [INFO] [stderr] | [INFO] [stderr] 29 | std::panic::panic_any(e) [INFO] [stderr] | ~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] [INFO] [stderr] warning: `kak-lsp` (bin "kak-lsp" test) generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/kak_lsp-e61534cfd9848cf8) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test language_features::semantic_highlighting::tests::map_scopes_to_faces_should_map_scope_by_longest_prefix ... ok [INFO] [stdout] test position::tests::lsp_range_to_kakoune_utf_8_code_units_bof_insert ... ok [INFO] [stdout] test language_features::semantic_highlighting::tests::map_scopes_to_faces_should_map_scope_by_prefix ... ok [INFO] [stdout] test position::tests::lsp_range_to_kakoune_utf_8_code_units_bol_insert ... ok [INFO] [stdout] test language_features::semantic_highlighting::tests::map_scopes_to_faces_should_map_unknown_scope_to_empty_face ... ok [INFO] [stdout] test position::tests::lsp_range_to_kakoune_utf_8_code_units_eol ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c97d27113a1d1fd1435b3a91f9844e880d580f5ab1589cc1bd9560bc03d90136", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c97d27113a1d1fd1435b3a91f9844e880d580f5ab1589cc1bd9560bc03d90136", kill_on_drop: false }` [INFO] [stdout] c97d27113a1d1fd1435b3a91f9844e880d580f5ab1589cc1bd9560bc03d90136