[INFO] cloning repository https://github.com/jarbas-ai/jarbasd [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jarbas-ai/jarbasd" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjarbas-ai%2Fjarbasd"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjarbas-ai%2Fjarbasd'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f01c68942cb084162432388e2631b9d7fdf98126 [INFO] testing jarbas-ai/jarbasd against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjarbas-ai%2Fjarbasd" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jarbas-ai/jarbasd on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/jarbas-ai/jarbasd [INFO] finished tweaking git repo https://github.com/jarbas-ai/jarbasd [INFO] tweaked toml for git repo https://github.com/jarbas-ai/jarbasd written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/jarbas-ai/jarbasd already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-1/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7501282976a54b56eaf9edb27bd8585fc57242a21823c42402064b105f68e5fc [INFO] running `"docker" "start" "-a" "7501282976a54b56eaf9edb27bd8585fc57242a21823c42402064b105f68e5fc"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling traitobject v0.1.0 [INFO] [stderr] Compiling typeable v0.1.2 [INFO] [stderr] Compiling traitobject v0.0.1 [INFO] [stderr] Compiling lazy_static v0.1.16 [INFO] [stderr] Compiling modifier v0.1.0 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling unicode-bidi v0.2.6 [INFO] [stderr] Compiling conduit-mime-types v0.7.3 [INFO] [stderr] Compiling toml v0.1.30 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling num_cpus v0.2.13 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling unsafe-any v0.4.2 [INFO] [stderr] Compiling error v0.1.9 [INFO] [stderr] Compiling hpack v0.2.0 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling typemap v0.3.3 [INFO] [stderr] Compiling plugin v0.2.6 [INFO] [stderr] Compiling solicit v0.4.4 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling uuid v0.2.3 [INFO] [stderr] Compiling url v0.5.10 [INFO] [stderr] Compiling cookie v0.2.5 [INFO] [stderr] Compiling hyper v0.8.1 [INFO] [stderr] Compiling iron v0.3.1 [INFO] [stderr] Compiling jarbasd v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: variant `int` should have an upper camel case name [INFO] [stderr] --> src/task.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | int, [INFO] [stderr] | ^^^ help: convert the identifier to upper camel case (notice the capitalization): `Int` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant `float` should have an upper camel case name [INFO] [stderr] --> src/task.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | float, [INFO] [stderr] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Float` [INFO] [stderr] [INFO] [stderr] warning: variant `string` should have an upper camel case name [INFO] [stderr] --> src/task.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | string, [INFO] [stderr] | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `String` [INFO] [stderr] [INFO] [stderr] warning: variant `boolean` should have an upper camel case name [INFO] [stderr] --> src/task.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | boolean, [INFO] [stderr] | ^^^^^^^ help: convert the identifier to upper camel case: `Boolean` [INFO] [stderr] [INFO] [stderr] warning: variant `mail` should have an upper camel case name [INFO] [stderr] --> src/task.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | mail, [INFO] [stderr] | ^^^^ help: convert the identifier to upper camel case: `Mail` [INFO] [stderr] [INFO] [stderr] warning: variant `dir` should have an upper camel case name [INFO] [stderr] --> src/task.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | dir, [INFO] [stderr] | ^^^ help: convert the identifier to upper camel case: `Dir` [INFO] [stderr] [INFO] [stderr] warning: variant `file` should have an upper camel case name [INFO] [stderr] --> src/task.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | file, [INFO] [stderr] | ^^^^ help: convert the identifier to upper camel case (notice the capitalization): `File` [INFO] [stderr] [INFO] [stderr] warning: variant `telephone` should have an upper camel case name [INFO] [stderr] --> src/task.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | telephone, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Telephone` [INFO] [stderr] [INFO] [stderr] warning: variant `url` should have an upper camel case name [INFO] [stderr] --> src/task.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | url [INFO] [stderr] | ^^^ help: convert the identifier to upper camel case (notice the capitalization): `Url` [INFO] [stderr] [INFO] [stderr] error[E0277]: `task::TaskIOType` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> src/main.rs:37:22 [INFO] [stderr] | [INFO] [stderr] 37 | println!("{:?}", test_task.inputs[0].iotype); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ `task::TaskIOType` cannot be formatted using `{:?}` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `task::TaskIOType` [INFO] [stderr] = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` [INFO] [stderr] = note: required by `std::fmt::Debug::fmt` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 9 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `jarbasd`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "7501282976a54b56eaf9edb27bd8585fc57242a21823c42402064b105f68e5fc"` [INFO] running `"docker" "rm" "-f" "7501282976a54b56eaf9edb27bd8585fc57242a21823c42402064b105f68e5fc"` [INFO] [stdout] 7501282976a54b56eaf9edb27bd8585fc57242a21823c42402064b105f68e5fc