[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] 136846cc4e78c41f38c9efbaa586fa753ab23fc3 [INFO] testing ul/kak-lsp against try#fc4ba03ef77ca5018fb78a097d3b924d30f15bfc+target=i686-unknown-linux-musl for musl_upgrade_1_2_take4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ful%2Fkak-lsp" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ul/kak-lsp on toolchain fc4ba03ef77ca5018fb78a097d3b924d30f15bfc [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+fc4ba03ef77ca5018fb78a097d3b924d30f15bfc" "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-5/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" "+fc4ba03ef77ca5018fb78a097d3b924d30f15bfc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/krobelus/lsp-types` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded fs4 v0.6.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+fc4ba03ef77ca5018fb78a097d3b924d30f15bfc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 96d192c2cb632eaa806556aa1a1a78cb806cf89253a5774a4515d0b40ca7ab57 [INFO] running `Command { std: "docker" "start" "-a" "96d192c2cb632eaa806556aa1a1a78cb806cf89253a5774a4515d0b40ca7ab57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "96d192c2cb632eaa806556aa1a1a78cb806cf89253a5774a4515d0b40ca7ab57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "96d192c2cb632eaa806556aa1a1a78cb806cf89253a5774a4515d0b40ca7ab57", kill_on_drop: false }` [INFO] [stdout] 96d192c2cb632eaa806556aa1a1a78cb806cf89253a5774a4515d0b40ca7ab57 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+fc4ba03ef77ca5018fb78a097d3b924d30f15bfc" "build" "--frozen" "--message-format=json" "--target" "i686-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 9d1104e59e6b1807eaa0998349ad3dbde656516930ccf9f410b39a83bfedb3bd [INFO] running `Command { std: "docker" "start" "-a" "9d1104e59e6b1807eaa0998349ad3dbde656516930ccf9f410b39a83bfedb3bd", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.138 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.43 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling unicode-ident v1.0.3 [INFO] [stderr] Compiling syn v1.0.99 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling serde_derive v1.0.144 [INFO] [stderr] Compiling once_cell v1.14.0 [INFO] [stderr] Compiling serde v1.0.144 [INFO] [stderr] Compiling slog v2.7.0 [INFO] [stderr] Compiling futures-core v0.3.24 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling itoa v1.0.3 [INFO] [stderr] Compiling futures-channel v0.3.24 [INFO] [stderr] Compiling crossbeam-utils v0.8.11 [INFO] [stderr] Compiling futures-task v0.3.24 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling futures-sink v0.3.24 [INFO] [stderr] Compiling futures-util v0.3.24 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling futures-io v0.3.24 [INFO] [stderr] Compiling io-lifetimes v0.7.5 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling serde_json v1.0.85 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling regex-syntax v0.6.27 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling crossbeam-channel v0.5.6 [INFO] [stderr] Compiling aho-corasick v0.7.19 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling slog-async v2.7.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling rle-decode-fast v1.0.3 [INFO] [stderr] Compiling time-macros v0.2.4 [INFO] [stderr] Compiling arc-swap v1.5.1 [INFO] [stderr] Compiling unicode-bidi v0.3.8 [INFO] [stderr] Compiling ryu v1.0.11 [INFO] [stderr] Compiling num_threads v0.1.6 [INFO] [stderr] Compiling rustix v0.35.13 [INFO] [stderr] Compiling unicode-normalization v0.1.21 [INFO] [stderr] Compiling slog-scope v4.4.0 [INFO] [stderr] Compiling libflate_lz77 v1.1.0 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling linux-raw-sys v0.0.46 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling os_str_bytes v6.3.0 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling pulldown-cmark v0.9.2 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling term v0.7.0 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling inotify v0.9.6 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling libflate v1.2.0 [INFO] [stderr] Compiling mio v0.8.5 [INFO] [stderr] Compiling dirs-sys v0.3.7 [INFO] [stderr] Compiling chrono v0.4.20 [INFO] [stderr] Compiling filetime v0.2.18 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling slog-stdlog v4.1.1 [INFO] [stderr] Compiling smallvec v1.9.0 [INFO] [stderr] Compiling either v1.8.0 [INFO] [stderr] Compiling regex v1.6.0 [INFO] [stderr] Compiling str_indices v0.4.0 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling textwrap v0.15.0 [INFO] [stderr] Compiling boxfnonce v0.1.1 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling ropey v1.5.0 [INFO] [stderr] Compiling daemonize v0.4.1 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling notify v5.0.0 [INFO] [stderr] Compiling time v0.3.14 [INFO] [stderr] Compiling clap v3.2.20 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling indoc v1.0.7 [INFO] [stderr] Compiling unindent v0.1.10 [INFO] [stderr] Compiling whoami v1.2.2 [INFO] [stderr] Compiling diffs v0.4.1 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling slog-kvfilter v0.7.0 [INFO] [stderr] Compiling fs4 v0.6.2 [INFO] [stderr] Compiling slog-term v2.9.0 [INFO] [stderr] Compiling futures-macro v0.3.24 [INFO] [stderr] Compiling trackable_derive v1.0.0 [INFO] [stderr] Compiling serde_repr v0.1.9 [INFO] [stderr] Compiling trackable v1.2.0 [INFO] [stderr] Compiling futures-executor v0.3.24 [INFO] [stderr] Compiling futures v0.3.24 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling sloggers v2.1.1 [INFO] [stderr] Compiling toml v0.5.9 [INFO] [stderr] Compiling jsonrpc-core v18.0.0 [INFO] [stderr] Compiling lsp-types v0.93.2 (https://github.com/krobelus/lsp-types?branch=hash-file-event#a2091e15) [INFO] [stderr] Compiling kak-lsp v14.1.0-snapshot (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 31.00s [INFO] running `Command { std: "docker" "inspect" "9d1104e59e6b1807eaa0998349ad3dbde656516930ccf9f410b39a83bfedb3bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d1104e59e6b1807eaa0998349ad3dbde656516930ccf9f410b39a83bfedb3bd", kill_on_drop: false }` [INFO] [stdout] 9d1104e59e6b1807eaa0998349ad3dbde656516930ccf9f410b39a83bfedb3bd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+fc4ba03ef77ca5018fb78a097d3b924d30f15bfc" "test" "--frozen" "--no-run" "--message-format=json" "--target" "i686-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 4aa81d1670d0bd81f28a42aabb6ed4c703d6fe90e5d9dca748d81a91baa554ae [INFO] running `Command { std: "docker" "start" "-a" "4aa81d1670d0bd81f28a42aabb6ed4c703d6fe90e5d9dca748d81a91baa554ae", kill_on_drop: false }` [INFO] [stderr] Compiling kak-lsp v14.1.0-snapshot (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.57s [INFO] running `Command { std: "docker" "inspect" "4aa81d1670d0bd81f28a42aabb6ed4c703d6fe90e5d9dca748d81a91baa554ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4aa81d1670d0bd81f28a42aabb6ed4c703d6fe90e5d9dca748d81a91baa554ae", kill_on_drop: false }` [INFO] [stdout] 4aa81d1670d0bd81f28a42aabb6ed4c703d6fe90e5d9dca748d81a91baa554ae [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+fc4ba03ef77ca5018fb78a097d3b924d30f15bfc" "test" "--frozen" "--target" "i686-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 9a85b2c4f2aead246e0d0be360abe9d5ba4ee619e9eac8e1f666f370a19019f8 [INFO] running `Command { std: "docker" "start" "-a" "9a85b2c4f2aead246e0d0be360abe9d5ba4ee619e9eac8e1f666f370a19019f8", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/kak_lsp-99040c678f8c09a0) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test position::tests::lsp_range_to_kakoune_utf_8_bof_insert ... ok [INFO] [stdout] test position::tests::lsp_range_to_kakoune_utf_8_bol_insert ... ok [INFO] [stdout] test position::tests::lsp_range_to_kakoune_utf_8_eol ... ok [INFO] [stdout] test markup::tests::test_markdown_to_kakoune_markup ... 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. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9a85b2c4f2aead246e0d0be360abe9d5ba4ee619e9eac8e1f666f370a19019f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a85b2c4f2aead246e0d0be360abe9d5ba4ee619e9eac8e1f666f370a19019f8", kill_on_drop: false }` [INFO] [stdout] 9a85b2c4f2aead246e0d0be360abe9d5ba4ee619e9eac8e1f666f370a19019f8