[INFO] cloning repository https://github.com/MstKenway/TunnelForward [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MstKenway/TunnelForward" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMstKenway%2FTunnelForward", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMstKenway%2FTunnelForward'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 423ae2e9e4d4f93f0a5e587619597d8c6129bf91 [INFO] testing MstKenway/TunnelForward against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMstKenway%2FTunnelForward" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/MstKenway/TunnelForward on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/MstKenway/TunnelForward [INFO] finished tweaking git repo https://github.com/MstKenway/TunnelForward [INFO] tweaked toml for git repo https://github.com/MstKenway/TunnelForward written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/MstKenway/TunnelForward already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e357052bf6cc1cd2fa7204ee7d11c660712689d18f41e015dcde88a14dfbc434 [INFO] running `Command { std: "docker" "start" "-a" "e357052bf6cc1cd2fa7204ee7d11c660712689d18f41e015dcde88a14dfbc434", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e357052bf6cc1cd2fa7204ee7d11c660712689d18f41e015dcde88a14dfbc434", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e357052bf6cc1cd2fa7204ee7d11c660712689d18f41e015dcde88a14dfbc434", kill_on_drop: false }` [INFO] [stdout] e357052bf6cc1cd2fa7204ee7d11c660712689d18f41e015dcde88a14dfbc434 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e2b821ad716556d9fe9629ae60187bf5da4a34a03c3e6bec1a90b5762b073b4e [INFO] running `Command { std: "docker" "start" "-a" "e2b821ad716556d9fe9629ae60187bf5da4a34a03c3e6bec1a90b5762b073b4e", kill_on_drop: false }` [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling tunnel_forward v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0425]: cannot find value `tag` in this scope [INFO] [stdout] --> src/tunnel_core/cipher.rs:117:61 [INFO] [stdout] | [INFO] [stdout] 117 | encryptor.encrypt(input, &mut output[..input_len], &mut tag[..]); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `tag` in this scope [INFO] [stdout] --> src/tunnel_core/cipher.rs:118:42 [INFO] [stdout] | [INFO] [stdout] 118 | output[input_len..].copy_from_slice(&tag.to_vec()); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/tunnel_core/cipher.rs:117:23 [INFO] [stdout] | [INFO] [stdout] 117 | encryptor.encrypt(input, &mut output[..input_len], &mut tag[..]); [INFO] [stdout] | ^^^^^ types differ in mutability [INFO] [stdout] | [INFO] [stdout] = note: expected mutable reference `&mut RefReadBuffer<'_>` [INFO] [stdout] found reference `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/tunnel_core/cipher.rs:117:30 [INFO] [stdout] | [INFO] [stdout] 117 | encryptor.encrypt(input, &mut output[..input_len], &mut tag[..]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `RefWriteBuffer`, found slice `[u8]` [INFO] [stdout] | [INFO] [stdout] = note: expected mutable reference `&mut RefWriteBuffer<'_>` [INFO] [stdout] found mutable reference `&mut [u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0425. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `tunnel_forward` due to 5 previous errors [INFO] running `Command { std: "docker" "inspect" "e2b821ad716556d9fe9629ae60187bf5da4a34a03c3e6bec1a90b5762b073b4e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e2b821ad716556d9fe9629ae60187bf5da4a34a03c3e6bec1a90b5762b073b4e", kill_on_drop: false }` [INFO] [stdout] e2b821ad716556d9fe9629ae60187bf5da4a34a03c3e6bec1a90b5762b073b4e