[INFO] cloning repository https://github.com/ul/kak-lsp [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ul/kak-lsp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ful%2Fkak-lsp", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ful%2Fkak-lsp'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 52197dde1a1c5e997a3ad989a8dfdd8017056a3b [INFO] testing ul/kak-lsp against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ful%2Fkak-lsp" "/workspace/builds/worker-94/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-94/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ul/kak-lsp 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/ul/kak-lsp [INFO] finished tweaking git repo https://github.com/ul/kak-lsp [INFO] tweaked toml for git repo https://github.com/ul/kak-lsp written to /workspace/builds/worker-94/source/Cargo.toml [INFO] crate git repo https://github.com/ul/kak-lsp 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] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded unindent v0.1.8 [INFO] [stderr] Downloaded trackable v1.2.0 [INFO] [stderr] Downloaded time v0.3.9 [INFO] [stderr] Downloaded time-macros v0.2.4 [INFO] [stderr] Downloaded trackable_derive v1.0.0 [INFO] [stderr] Downloaded windows-acl v0.3.0 [INFO] [stderr] Downloaded indoc v1.0.4 [INFO] [stderr] Downloaded daemonize v0.4.1 [INFO] [stderr] Downloaded boxfnonce v0.1.1 [INFO] [stderr] Downloaded slog-async v2.7.0 [INFO] [stderr] Downloaded diffs v0.4.1 [INFO] [stderr] Downloaded rle-decode-fast v1.0.3 [INFO] [stderr] Downloaded str_indices v0.3.2 [INFO] [stderr] Downloaded libflate v1.2.0 [INFO] [stderr] Downloaded slog-term v2.9.0 [INFO] [stderr] Downloaded sloggers v2.1.1 [INFO] [stderr] Downloaded slog-scope v4.4.0 [INFO] [stderr] Downloaded lsp-types v0.92.1 [INFO] [stderr] Downloaded ropey v1.4.1 [INFO] [stderr] Downloaded slog-stdlog v4.1.1 [INFO] [stderr] Downloaded whoami v1.2.1 [INFO] [stderr] Downloaded serde_repr v0.1.7 [INFO] [stderr] Downloaded libflate_lz77 v1.1.0 [INFO] [stderr] Downloaded num_threads v0.1.5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-94/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-94/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] 581e8c7396168919b618b7b666bbc39e043841e275994a87c019c7873f921351 [INFO] running `Command { std: "docker" "start" "-a" "581e8c7396168919b618b7b666bbc39e043841e275994a87c019c7873f921351", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "581e8c7396168919b618b7b666bbc39e043841e275994a87c019c7873f921351", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "581e8c7396168919b618b7b666bbc39e043841e275994a87c019c7873f921351", kill_on_drop: false }` [INFO] [stdout] 581e8c7396168919b618b7b666bbc39e043841e275994a87c019c7873f921351 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-94/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-94/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] 55b083f31be56e6ca622f12601ef283ccd85abe43637279b9b04edab843737f7 [INFO] running `Command { std: "docker" "start" "-a" "55b083f31be56e6ca622f12601ef283ccd85abe43637279b9b04edab843737f7", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.121 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.90 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling slog v2.7.0 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling log v0.4.16 [INFO] [stderr] Compiling crossbeam-utils v0.8.8 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling pin-project-lite v0.2.8 [INFO] [stderr] Compiling once_cell v1.10.0 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling slab v0.4.5 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling num_threads v0.1.5 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling slog-async v2.7.0 [INFO] [stderr] Compiling unicode-bidi v0.3.7 [INFO] [stderr] Compiling time-macros v0.2.4 [INFO] [stderr] Compiling rle-decode-fast v1.0.3 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling arc-swap v1.5.0 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling pulldown-cmark v0.8.0 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling unindent v0.1.8 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling str_indices v0.3.2 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling boxfnonce v0.1.1 [INFO] [stderr] Compiling whoami v1.2.1 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling diffs v0.4.1 [INFO] [stderr] Compiling libflate_lz77 v1.1.0 [INFO] [stderr] Compiling ropey v1.4.1 [INFO] [stderr] Compiling tinyvec v1.5.1 [INFO] [stderr] Compiling indoc v1.0.4 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling getrandom v0.2.6 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling time v0.3.9 [INFO] [stderr] Compiling dirs-sys v0.3.7 [INFO] [stderr] Compiling daemonize v0.4.1 [INFO] [stderr] Compiling libflate v1.2.0 [INFO] [stderr] Compiling slog-scope v4.4.0 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling quote v1.0.17 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling crossbeam-channel v0.5.4 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling term v0.7.0 [INFO] [stderr] Compiling slog-stdlog v4.1.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling slog-term v2.9.0 [INFO] [stderr] Compiling regex v1.5.5 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling slog-kvfilter v0.7.0 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling trackable_derive v1.0.0 [INFO] [stderr] Compiling serde_repr v0.1.7 [INFO] [stderr] Compiling trackable v1.2.0 [INFO] [stderr] Compiling futures-executor v0.3.21 [INFO] [stderr] Compiling futures v0.3.21 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling sloggers v2.1.1 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling lsp-types v0.92.1 [INFO] [stderr] Compiling jsonrpc-core v18.0.0 [INFO] [stderr] Compiling kak-lsp v12.1.0-snapshot (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 35s [INFO] running `Command { std: "docker" "inspect" "55b083f31be56e6ca622f12601ef283ccd85abe43637279b9b04edab843737f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55b083f31be56e6ca622f12601ef283ccd85abe43637279b9b04edab843737f7", kill_on_drop: false }` [INFO] [stdout] 55b083f31be56e6ca622f12601ef283ccd85abe43637279b9b04edab843737f7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-94/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-94/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] c777a154e44281e9dce8f5a918e652f1338f0fa760bcd41a74f9f3c3fabec9c4 [INFO] running `Command { std: "docker" "start" "-a" "c777a154e44281e9dce8f5a918e652f1338f0fa760bcd41a74f9f3c3fabec9c4", kill_on_drop: false }` [INFO] [stderr] Compiling kak-lsp v12.1.0-snapshot (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 48.32s [INFO] running `Command { std: "docker" "inspect" "c777a154e44281e9dce8f5a918e652f1338f0fa760bcd41a74f9f3c3fabec9c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c777a154e44281e9dce8f5a918e652f1338f0fa760bcd41a74f9f3c3fabec9c4", kill_on_drop: false }` [INFO] [stdout] c777a154e44281e9dce8f5a918e652f1338f0fa760bcd41a74f9f3c3fabec9c4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-94/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-94/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] 9cc7839f5fc63585931693ec71f24e1ab4402a2f5469f4c0c019c6c577f7353d [INFO] running `Command { std: "docker" "start" "-a" "9cc7839f5fc63585931693ec71f24e1ab4402a2f5469f4c0c019c6c577f7353d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.55s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/kak_lsp-34e09d6a30a69964) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test position::tests::lsp_range_to_kakoune_utf_8_code_units_bol_insert ... ok [INFO] [stdout] test position::tests::lsp_range_to_kakoune_utf_8_code_units_eol ... ok [INFO] [stdout] test position::tests::lsp_range_to_kakoune_utf_8_code_units_bof_insert ... ok [INFO] [stdout] test text_edit::tests::lsp_text_edits_to_kakoune_insert_adjacent_to_replace ... ok [INFO] [stdout] test text_edit::tests::lsp_text_edits_to_kakoune_issue_521 ... ok [INFO] [stdout] test text_edit::tests::lsp_text_edits_to_kakoune_issue_527 ... ok [INFO] [stdout] test text_edit::tests::lsp_text_edits_to_kakoune_merge_imports ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9cc7839f5fc63585931693ec71f24e1ab4402a2f5469f4c0c019c6c577f7353d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9cc7839f5fc63585931693ec71f24e1ab4402a2f5469f4c0c019c6c577f7353d", kill_on_drop: false }` [INFO] [stdout] 9cc7839f5fc63585931693ec71f24e1ab4402a2f5469f4c0c019c6c577f7353d