[INFO] cloning repository https://github.com/mrLSD/iLang [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mrLSD/iLang" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FmrLSD%2FiLang", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FmrLSD%2FiLang'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3202a32d7401460cab90b15768e42088c2de3bcb [INFO] checking mrLSD/iLang against master#7308c22c6a8d77e82187e290e1f7459870e48d12 for pr-99447 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FmrLSD%2FiLang" "/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/mrLSD/iLang on toolchain 7308c22c6a8d77e82187e290e1f7459870e48d12 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7308c22c6a8d77e82187e290e1f7459870e48d12" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mrLSD/iLang [INFO] finished tweaking git repo https://github.com/mrLSD/iLang [INFO] tweaked toml for git repo https://github.com/mrLSD/iLang written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/mrLSD/iLang already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7308c22c6a8d77e82187e290e1f7459870e48d12" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/TheDan64/inkwell` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded nom_locate v2.1.0 [INFO] [stderr] Downloaded llvm-sys v120.0.0 [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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+7308c22c6a8d77e82187e290e1f7459870e48d12" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dfcfd35284f99b03ca5108dd867aac4e9dffb2424639b55bfe3e7fb23dc33bbb [INFO] running `Command { std: "docker" "start" "-a" "dfcfd35284f99b03ca5108dd867aac4e9dffb2424639b55bfe3e7fb23dc33bbb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dfcfd35284f99b03ca5108dd867aac4e9dffb2424639b55bfe3e7fb23dc33bbb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dfcfd35284f99b03ca5108dd867aac4e9dffb2424639b55bfe3e7fb23dc33bbb", kill_on_drop: false }` [INFO] [stdout] dfcfd35284f99b03ca5108dd867aac4e9dffb2424639b55bfe3e7fb23dc33bbb [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=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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+7308c22c6a8d77e82187e290e1f7459870e48d12" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3e3e0148a5a31c71ed6fc737db56fb4b585af960fe6d0a469547010b035d3f1e [INFO] running `Command { std: "docker" "start" "-a" "3e3e0148a5a31c71ed6fc737db56fb4b585af960fe6d0a469547010b035d3f1e", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling libc v0.2.97 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling cc v1.0.68 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking smallvec v1.6.1 [INFO] [stderr] Checking arrayvec v0.5.2 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking unicode-width v0.1.8 [INFO] [stderr] Compiling inkwell v0.1.0 (https://github.com/TheDan64/inkwell?branch=master#aa4de1d7) [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking once_cell v1.8.0 [INFO] [stderr] Checking bytecount v0.6.2 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking instant v0.1.9 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Checking lock_api v0.4.4 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling semver-parser v0.10.2 [INFO] [stderr] Checking parking_lot_core v0.8.3 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking parking_lot v0.11.1 [INFO] [stderr] Compiling semver v0.11.0 [INFO] [stderr] Checking regex v1.5.4 [INFO] [stderr] Compiling llvm-sys v120.0.0 [INFO] [stderr] Compiling inkwell_internals v0.3.0 (https://github.com/TheDan64/inkwell?branch=master#aa4de1d7) [INFO] [stderr] Checking nom_locate v2.1.0 [INFO] [stdout] error[E0107]: missing generics for trait `IntMathType` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/inkwell-946411d814d2c9f8/aa4de1d/src/builder.rs:1127:58 [INFO] [stdout] | [INFO] [stdout] 1127 | <::MathConvType as IntMathType>::ValueType::new(value) [INFO] [stdout] | ^^^^^^^^^^^ expected 1 lifetime argument [INFO] [stdout] | [INFO] [stdout] note: trait defined here, with 1 lifetime parameter: `'ctx` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/inkwell-946411d814d2c9f8/aa4de1d/src/types/traits.rs:152:11 [INFO] [stdout] | [INFO] [stdout] 152 | pub trait IntMathType<'ctx>: BasicType<'ctx> { [INFO] [stdout] | ^^^^^^^^^^^ ---- [INFO] [stdout] help: add missing lifetime argument [INFO] [stdout] | [INFO] [stdout] 1127 | <::MathConvType as IntMathType<'ctx>>::ValueType::new(value) [INFO] [stdout] | ~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: missing generics for trait `IntMathType` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/inkwell-946411d814d2c9f8/aa4de1d/src/builder.rs:1142:58 [INFO] [stdout] | [INFO] [stdout] 1142 | <::MathConvType as IntMathType>::ValueType::new(value) [INFO] [stdout] | ^^^^^^^^^^^ expected 1 lifetime argument [INFO] [stdout] | [INFO] [stdout] note: trait defined here, with 1 lifetime parameter: `'ctx` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/inkwell-946411d814d2c9f8/aa4de1d/src/types/traits.rs:152:11 [INFO] [stdout] | [INFO] [stdout] 152 | pub trait IntMathType<'ctx>: BasicType<'ctx> { [INFO] [stdout] | ^^^^^^^^^^^ ---- [INFO] [stdout] help: add missing lifetime argument [INFO] [stdout] | [INFO] [stdout] 1142 | <::MathConvType as IntMathType<'ctx>>::ValueType::new(value) [INFO] [stdout] | ~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: missing generics for trait `FloatMathType` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/inkwell-946411d814d2c9f8/aa4de1d/src/builder.rs:1158:56 [INFO] [stdout] | [INFO] [stdout] 1158 | <::MathConvType as FloatMathType>::ValueType::new(value) [INFO] [stdout] | ^^^^^^^^^^^^^ expected 1 lifetime argument [INFO] [stdout] | [INFO] [stdout] note: trait defined here, with 1 lifetime parameter: `'ctx` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/inkwell-946411d814d2c9f8/aa4de1d/src/types/traits.rs:162:11 [INFO] [stdout] | [INFO] [stdout] 162 | pub trait FloatMathType<'ctx>: BasicType<'ctx> { [INFO] [stdout] | ^^^^^^^^^^^^^ ---- [INFO] [stdout] help: add missing lifetime argument [INFO] [stdout] | [INFO] [stdout] 1158 | <::MathConvType as FloatMathType<'ctx>>::ValueType::new(value) [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: missing generics for trait `FloatMathType` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/inkwell-946411d814d2c9f8/aa4de1d/src/builder.rs:1173:56 [INFO] [stdout] | [INFO] [stdout] 1173 | <::MathConvType as FloatMathType>::ValueType::new(value) [INFO] [stdout] | ^^^^^^^^^^^^^ expected 1 lifetime argument [INFO] [stdout] | [INFO] [stdout] note: trait defined here, with 1 lifetime parameter: `'ctx` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/inkwell-946411d814d2c9f8/aa4de1d/src/types/traits.rs:162:11 [INFO] [stdout] | [INFO] [stdout] 162 | pub trait FloatMathType<'ctx>: BasicType<'ctx> { [INFO] [stdout] | ^^^^^^^^^^^^^ ---- [INFO] [stdout] help: add missing lifetime argument [INFO] [stdout] | [INFO] [stdout] 1173 | <::MathConvType as FloatMathType<'ctx>>::ValueType::new(value) [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: missing generics for trait `IntMathType` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/inkwell-946411d814d2c9f8/aa4de1d/src/builder.rs:1585:58 [INFO] [stdout] | [INFO] [stdout] 1585 | <::MathConvType as IntMathType>::ValueType::new(value) [INFO] [stdout] | ^^^^^^^^^^^ expected 1 lifetime argument [INFO] [stdout] | [INFO] [stdout] note: trait defined here, with 1 lifetime parameter: `'ctx` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/inkwell-946411d814d2c9f8/aa4de1d/src/types/traits.rs:152:11 [INFO] [stdout] | [INFO] [stdout] 152 | pub trait IntMathType<'ctx>: BasicType<'ctx> { [INFO] [stdout] | ^^^^^^^^^^^ ---- [INFO] [stdout] help: add missing lifetime argument [INFO] [stdout] | [INFO] [stdout] 1585 | <::MathConvType as IntMathType<'ctx>>::ValueType::new(value) [INFO] [stdout] | ~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: missing generics for trait `IntMathType` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/inkwell-946411d814d2c9f8/aa4de1d/src/builder.rs:1942:59 [INFO] [stdout] | [INFO] [stdout] 1942 | <::PtrConvType as IntMathType>::ValueType::new(val) [INFO] [stdout] | ^^^^^^^^^^^ expected 1 lifetime argument [INFO] [stdout] | [INFO] [stdout] note: trait defined here, with 1 lifetime parameter: `'ctx` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/inkwell-946411d814d2c9f8/aa4de1d/src/types/traits.rs:152:11 [INFO] [stdout] | [INFO] [stdout] 152 | pub trait IntMathType<'ctx>: BasicType<'ctx> { [INFO] [stdout] | ^^^^^^^^^^^ ---- [INFO] [stdout] help: add missing lifetime argument [INFO] [stdout] | [INFO] [stdout] 1942 | <::PtrConvType as IntMathType<'ctx>>::ValueType::new(val) [INFO] [stdout] | ~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: missing generics for trait `IntMathType` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/inkwell-946411d814d2c9f8/aa4de1d/src/builder.rs:1953:59 [INFO] [stdout] | [INFO] [stdout] 1953 | <::PtrConvType as IntMathType>::ValueType::new(val) [INFO] [stdout] | ^^^^^^^^^^^ expected 1 lifetime argument [INFO] [stdout] | [INFO] [stdout] note: trait defined here, with 1 lifetime parameter: `'ctx` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/inkwell-946411d814d2c9f8/aa4de1d/src/types/traits.rs:152:11 [INFO] [stdout] | [INFO] [stdout] 152 | pub trait IntMathType<'ctx>: BasicType<'ctx> { [INFO] [stdout] | ^^^^^^^^^^^ ---- [INFO] [stdout] help: add missing lifetime argument [INFO] [stdout] | [INFO] [stdout] 1953 | <::PtrConvType as IntMathType<'ctx>>::ValueType::new(val) [INFO] [stdout] | ~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: missing generics for trait `PointerMathType` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/inkwell-946411d814d2c9f8/aa4de1d/src/builder.rs:1964:55 [INFO] [stdout] | [INFO] [stdout] 1964 | <::PtrConvType as PointerMathType>::ValueType::new(value) [INFO] [stdout] | ^^^^^^^^^^^^^^^ expected 1 lifetime argument [INFO] [stdout] | [INFO] [stdout] note: trait defined here, with 1 lifetime parameter: `'ctx` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/inkwell-946411d814d2c9f8/aa4de1d/src/types/traits.rs:170:11 [INFO] [stdout] | [INFO] [stdout] 170 | pub trait PointerMathType<'ctx>: BasicType<'ctx> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ ---- [INFO] [stdout] help: add missing lifetime argument [INFO] [stdout] | [INFO] [stdout] 1964 | <::PtrConvType as PointerMathType<'ctx>>::ValueType::new(value) [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: missing generics for trait `IntMathType` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/inkwell-946411d814d2c9f8/aa4de1d/src/builder.rs:1980:59 [INFO] [stdout] | [INFO] [stdout] 1980 | <::PtrConvType as IntMathType>::ValueType::new(value) [INFO] [stdout] | ^^^^^^^^^^^ expected 1 lifetime argument [INFO] [stdout] | [INFO] [stdout] note: trait defined here, with 1 lifetime parameter: `'ctx` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/inkwell-946411d814d2c9f8/aa4de1d/src/types/traits.rs:152:11 [INFO] [stdout] | [INFO] [stdout] 152 | pub trait IntMathType<'ctx>: BasicType<'ctx> { [INFO] [stdout] | ^^^^^^^^^^^ ---- [INFO] [stdout] help: add missing lifetime argument [INFO] [stdout] | [INFO] [stdout] 1980 | <::PtrConvType as IntMathType<'ctx>>::ValueType::new(value) [INFO] [stdout] | ~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 9 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0107`. [INFO] [stdout] [INFO] [stderr] error: could not compile `inkwell` due to 10 previous errors [INFO] running `Command { std: "docker" "inspect" "3e3e0148a5a31c71ed6fc737db56fb4b585af960fe6d0a469547010b035d3f1e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e3e0148a5a31c71ed6fc737db56fb4b585af960fe6d0a469547010b035d3f1e", kill_on_drop: false }` [INFO] [stdout] 3e3e0148a5a31c71ed6fc737db56fb4b585af960fe6d0a469547010b035d3f1e