[INFO] cloning repository https://github.com/Celti/unicode_graph [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Celti/unicode_graph" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCelti%2Funicode_graph", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCelti%2Funicode_graph'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 66239b44fc882943c56caa6c6359c321831a3758 [INFO] checking Celti/unicode_graph against try#3bb2879ea9e58d65b875f9a98df44f4a43ce2597 for pr-85387 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCelti%2Funicode_graph" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Celti/unicode_graph on toolchain 3bb2879ea9e58d65b875f9a98df44f4a43ce2597 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Celti/unicode_graph [INFO] finished tweaking git repo https://github.com/Celti/unicode_graph [INFO] tweaked toml for git repo https://github.com/Celti/unicode_graph written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/Celti/unicode_graph already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 206a9f134da2e09e81e167f3e8eb229ef88b87be22cf675890280eb0e34dd12b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "206a9f134da2e09e81e167f3e8eb229ef88b87be22cf675890280eb0e34dd12b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "206a9f134da2e09e81e167f3e8eb229ef88b87be22cf675890280eb0e34dd12b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "206a9f134da2e09e81e167f3e8eb229ef88b87be22cf675890280eb0e34dd12b", kill_on_drop: false }` [INFO] [stdout] 206a9f134da2e09e81e167f3e8eb229ef88b87be22cf675890280eb0e34dd12b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d103a781d98f7e3a5938105318939f6332b08350751c71407351dd96d2a88494 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d103a781d98f7e3a5938105318939f6332b08350751c71407351dd96d2a88494", kill_on_drop: false }` [INFO] [stderr] Checking unicode_graph v0.9.12 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/braille.rs:33:27 [INFO] [stdout] | [INFO] [stdout] 33 | let lines = max((try!(input.iter().max().ok_or(Error { kind: NoInput })) + 3) / 4, 1); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/braille.rs:57:27 [INFO] [stdout] | [INFO] [stdout] 57 | let blocks = max((try!(input.iter().max().ok_or(Error { kind: NoInput })) + 1) / 2, 1); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/graph.rs:9:21 [INFO] [stdout] | [INFO] [stdout] 9 | output.push(try!( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/braille.rs:33:27 [INFO] [stdout] | [INFO] [stdout] 33 | let lines = max((try!(input.iter().max().ok_or(Error { kind: NoInput })) + 3) / 4, 1); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/braille.rs:57:27 [INFO] [stdout] | [INFO] [stdout] 57 | let blocks = max((try!(input.iter().max().ok_or(Error { kind: NoInput })) + 1) / 2, 1); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/graph.rs:9:21 [INFO] [stdout] | [INFO] [stdout] 9 | output.push(try!( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bin/graph.rs:76:29 [INFO] [stdout] | [INFO] [stdout] 76 | let input: Vec = try!(argv.into_iter().map(|i| i.trim().parse()).collect()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bin/graph.rs:79:27 [INFO] [stdout] | [INFO] [stdout] 79 | "horizontal" => { try!(braille::horizontal_graph(reverse, input)) } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bin/graph.rs:80:27 [INFO] [stdout] | [INFO] [stdout] 80 | "vertical" => { try!(braille::vertical_graph(reverse, input)) } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bin/graph.rs:84:17 [INFO] [stdout] | [INFO] [stdout] 84 | for line in try!(graph::graph_to_strings(graph)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bin/graph.rs:76:29 [INFO] [stdout] | [INFO] [stdout] 76 | let input: Vec = try!(argv.into_iter().map(|i| i.trim().parse()).collect()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bin/graph.rs:79:27 [INFO] [stdout] | [INFO] [stdout] 79 | "horizontal" => { try!(braille::horizontal_graph(reverse, input)) } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bin/graph.rs:80:27 [INFO] [stdout] | [INFO] [stdout] 80 | "vertical" => { try!(braille::vertical_graph(reverse, input)) } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bin/graph.rs:84:17 [INFO] [stdout] | [INFO] [stdout] 84 | for line in try!(graph::graph_to_strings(graph)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.50s [INFO] running `Command { std: "docker" "inspect" "d103a781d98f7e3a5938105318939f6332b08350751c71407351dd96d2a88494", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d103a781d98f7e3a5938105318939f6332b08350751c71407351dd96d2a88494", kill_on_drop: false }` [INFO] [stdout] d103a781d98f7e3a5938105318939f6332b08350751c71407351dd96d2a88494