[INFO] fetching crate vobject 0.7.0... [INFO] testing vobject-0.7.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate vobject 0.7.0 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate vobject 0.7.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate vobject 0.7.0 [INFO] finished tweaking crates.io crate vobject 0.7.0 [INFO] tweaked toml for crates.io crate vobject 0.7.0 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 970d68c9f395396566e54d2ce19f569a5c939d1406993a4417ba881b9b338f3d [INFO] running `Command { std: "docker" "start" "-a" "970d68c9f395396566e54d2ce19f569a5c939d1406993a4417ba881b9b338f3d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "970d68c9f395396566e54d2ce19f569a5c939d1406993a4417ba881b9b338f3d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "970d68c9f395396566e54d2ce19f569a5c939d1406993a4417ba881b9b338f3d", kill_on_drop: false }` [INFO] [stdout] 970d68c9f395396566e54d2ce19f569a5c939d1406993a4417ba881b9b338f3d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3c8f3cc56d43b200d9f74d659385aeac83f8117c1257a5196d31aedf3682db81 [INFO] running `Command { std: "docker" "start" "-a" "3c8f3cc56d43b200d9f74d659385aeac83f8117c1257a5196d31aedf3682db81", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling libc v0.2.123 [INFO] [stderr] Compiling object v0.27.1 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling backtrace v0.3.64 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling vobject v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/component.rs:82:23 [INFO] [stdout] | [INFO] [stdout] 82 | let (rv, new_s) = try!(read_component(s)); [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/component.rs:94:14 [INFO] [stdout] | [INFO] [stdout] 94 | let rv = try!(parser.consume_component()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:111:13 [INFO] [stdout] | [INFO] [stdout] 111 | try!(self.consume_eol()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:158:9 [INFO] [stdout] | [INFO] [stdout] 158 | try!(self.assert_char(':')); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:155:20 [INFO] [stdout] | [INFO] [stdout] 155 | let name = try!(self.consume_property_name()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:161:21 [INFO] [stdout] | [INFO] [stdout] 161 | let value = try!(self.consume_property_value()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:201:9 [INFO] [stdout] | [INFO] [stdout] 201 | try!(self.sloppy_terminate_line()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:221:13 [INFO] [stdout] | [INFO] [stdout] 221 | try!(self.assert_char('"')); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:230:20 [INFO] [stdout] | [INFO] [stdout] 230 | let name = try!(self.consume_param_name()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:257:28 [INFO] [stdout] | [INFO] [stdout] 257 | let mut property = try!(self.consume_property()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:268:24 [INFO] [stdout] | [INFO] [stdout] 268 | property = try!(self.consume_property()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:271:46 [INFO] [stdout] | [INFO] [stdout] 271 | component.subcomponents.push(try!(self.consume_component())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:249:5 [INFO] [stdout] | [INFO] [stdout] 249 | / /// Setter for "DTEND" property [INFO] [stdout] 250 | | /// [INFO] [stdout] 251 | | /// # Notice [INFO] [stdout] 252 | | /// [INFO] [stdout] 253 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stdout] | |_____---------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:256:5 [INFO] [stdout] | [INFO] [stdout] 256 | / /// Setter for "DTSTART" property [INFO] [stdout] 257 | | /// [INFO] [stdout] 258 | | /// # Notice [INFO] [stdout] 259 | | /// [INFO] [stdout] 260 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stdout] | |_____---------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:263:5 [INFO] [stdout] | [INFO] [stdout] 263 | / /// Setter for "DTSTAMP" property [INFO] [stdout] 264 | | /// [INFO] [stdout] 265 | | /// # Notice [INFO] [stdout] 266 | | /// [INFO] [stdout] 267 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stdout] | |_____---------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:270:5 [INFO] [stdout] | [INFO] [stdout] 270 | / /// Setter for "UID" property [INFO] [stdout] 271 | | /// [INFO] [stdout] 272 | | /// # Notice [INFO] [stdout] 273 | | /// [INFO] [stdout] 274 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stdout] | |_____---------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:277:5 [INFO] [stdout] | [INFO] [stdout] 277 | / /// Setter for "DESCRIPTION" property [INFO] [stdout] 278 | | /// [INFO] [stdout] 279 | | /// # Notice [INFO] [stdout] 280 | | /// [INFO] [stdout] 281 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stdout] | |_____---------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:284:5 [INFO] [stdout] | [INFO] [stdout] 284 | / /// Setter for "SUMMARY" property [INFO] [stdout] 285 | | /// [INFO] [stdout] 286 | | /// # Notice [INFO] [stdout] 287 | | /// [INFO] [stdout] 288 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stdout] | |_____---------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:291:5 [INFO] [stdout] | [INFO] [stdout] 291 | / /// Setter for "URL" property [INFO] [stdout] 292 | | /// [INFO] [stdout] 293 | | /// # Notice [INFO] [stdout] 294 | | /// [INFO] [stdout] 295 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stdout] | |_____---------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:298:5 [INFO] [stdout] | [INFO] [stdout] 298 | / /// Setter for "LOCATION" property [INFO] [stdout] 299 | | /// [INFO] [stdout] 300 | | /// # Notice [INFO] [stdout] 301 | | /// [INFO] [stdout] 302 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stdout] | |_____---------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:305:5 [INFO] [stdout] | [INFO] [stdout] 305 | / /// Setter for "CLASS" property [INFO] [stdout] 306 | | /// [INFO] [stdout] 307 | | /// # Notice [INFO] [stdout] 308 | | /// [INFO] [stdout] 309 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stdout] | |_____---------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:312:5 [INFO] [stdout] | [INFO] [stdout] 312 | / /// Setter for "CATEGORIES" property [INFO] [stdout] 313 | | /// [INFO] [stdout] 314 | | /// # Notice [INFO] [stdout] 315 | | /// [INFO] [stdout] 316 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stdout] | |_____---------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:319:5 [INFO] [stdout] | [INFO] [stdout] 319 | / /// Setter for "TRANSP" property [INFO] [stdout] 320 | | /// [INFO] [stdout] 321 | | /// # Notice [INFO] [stdout] 322 | | /// [INFO] [stdout] 323 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stdout] | |_____---------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:326:5 [INFO] [stdout] | [INFO] [stdout] 326 | / /// Setter for "RRULE" property [INFO] [stdout] 327 | | /// [INFO] [stdout] 328 | | /// # Notice [INFO] [stdout] 329 | | /// [INFO] [stdout] 330 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stdout] | |_____---------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:337:5 [INFO] [stdout] | [INFO] [stdout] 337 | / /// Chainable setter for "DTEND" property. [INFO] [stdout] 338 | | /// [INFO] [stdout] 339 | | /// # Notice [INFO] [stdout] 340 | | /// [INFO] [stdout] 341 | | /// Internally, the property is added, not overridden. [INFO] [stdout] | |_____-----------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:344:5 [INFO] [stdout] | [INFO] [stdout] 344 | / /// Chainable setter for "DTSTART" property. [INFO] [stdout] 345 | | /// [INFO] [stdout] 346 | | /// # Notice [INFO] [stdout] 347 | | /// [INFO] [stdout] 348 | | /// Internally, the property is added, not overridden. [INFO] [stdout] | |_____-----------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:351:5 [INFO] [stdout] | [INFO] [stdout] 351 | / /// Chainable setter for "DTSTAMP" property. [INFO] [stdout] 352 | | /// [INFO] [stdout] 353 | | /// # Notice [INFO] [stdout] 354 | | /// [INFO] [stdout] 355 | | /// Internally, the property is added, not overridden. [INFO] [stdout] | |_____-----------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:358:5 [INFO] [stdout] | [INFO] [stdout] 358 | / /// Chainable setter for "UID" property. [INFO] [stdout] 359 | | /// [INFO] [stdout] 360 | | /// # Notice [INFO] [stdout] 361 | | /// [INFO] [stdout] 362 | | /// Internally, the property is added, not overridden. [INFO] [stdout] | |_____-----------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:365:5 [INFO] [stdout] | [INFO] [stdout] 365 | / /// Chainable setter for "DESCRIPTION" property. [INFO] [stdout] 366 | | /// [INFO] [stdout] 367 | | /// # Notice [INFO] [stdout] 368 | | /// [INFO] [stdout] 369 | | /// Internally, the property is added, not overridden. [INFO] [stdout] | |_____-----------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:372:5 [INFO] [stdout] | [INFO] [stdout] 372 | / /// Chainable setter for "SUMMARY" property. [INFO] [stdout] 373 | | /// [INFO] [stdout] 374 | | /// # Notice [INFO] [stdout] 375 | | /// [INFO] [stdout] 376 | | /// Internally, the property is added, not overridden. [INFO] [stdout] | |_____-----------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:379:5 [INFO] [stdout] | [INFO] [stdout] 379 | / /// Chainable setter for "URL" property. [INFO] [stdout] 380 | | /// [INFO] [stdout] 381 | | /// # Notice [INFO] [stdout] 382 | | /// [INFO] [stdout] 383 | | /// Internally, the property is added, not overridden. [INFO] [stdout] | |_____-----------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:386:5 [INFO] [stdout] | [INFO] [stdout] 386 | / /// Chainable setter for "LOCATION" property. [INFO] [stdout] 387 | | /// [INFO] [stdout] 388 | | /// # Notice [INFO] [stdout] 389 | | /// [INFO] [stdout] 390 | | /// Internally, the property is added, not overridden. [INFO] [stdout] | |_____-----------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:393:5 [INFO] [stdout] | [INFO] [stdout] 393 | / /// Chainable setter for "CLASS" property. [INFO] [stdout] 394 | | /// [INFO] [stdout] 395 | | /// # Notice [INFO] [stdout] 396 | | /// [INFO] [stdout] 397 | | /// Internally, the property is added, not overridden. [INFO] [stdout] | |_____-----------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:400:5 [INFO] [stdout] | [INFO] [stdout] 400 | / /// Chainable setter for "CATEGORIES" property. [INFO] [stdout] 401 | | /// [INFO] [stdout] 402 | | /// # Notice [INFO] [stdout] 403 | | /// [INFO] [stdout] 404 | | /// Internally, the property is added, not overridden. [INFO] [stdout] | |_____-----------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:407:5 [INFO] [stdout] | [INFO] [stdout] 407 | / /// Chainable setter for "TRANSP" property. [INFO] [stdout] 408 | | /// [INFO] [stdout] 409 | | /// # Notice [INFO] [stdout] 410 | | /// [INFO] [stdout] 411 | | /// Internally, the property is added, not overridden. [INFO] [stdout] | |_____-----------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:414:5 [INFO] [stdout] | [INFO] [stdout] 414 | / /// Chainable setter for "RRULE" property. [INFO] [stdout] 415 | | /// [INFO] [stdout] 416 | | /// # Notice [INFO] [stdout] 417 | | /// [INFO] [stdout] 418 | | /// Internally, the property is added, not overridden. [INFO] [stdout] | |_____-----------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 36 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.70s [INFO] running `Command { std: "docker" "inspect" "3c8f3cc56d43b200d9f74d659385aeac83f8117c1257a5196d31aedf3682db81", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3c8f3cc56d43b200d9f74d659385aeac83f8117c1257a5196d31aedf3682db81", kill_on_drop: false }` [INFO] [stdout] 3c8f3cc56d43b200d9f74d659385aeac83f8117c1257a5196d31aedf3682db81 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] df0488c62a6655fa58290f186ecfd850da58d7ffbbb3600b0e4ca5e07d1feac8 [INFO] running `Command { std: "docker" "start" "-a" "df0488c62a6655fa58290f186ecfd850da58d7ffbbb3600b0e4ca5e07d1feac8", kill_on_drop: false }` [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/component.rs:82:23 [INFO] [stdout] | [INFO] [stdout] 82 | let (rv, new_s) = try!(read_component(s)); [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/component.rs:94:14 [INFO] [stdout] | [INFO] [stdout] 94 | let rv = try!(parser.consume_component()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:111:13 [INFO] [stdout] | [INFO] [stdout] 111 | try!(self.consume_eol()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:158:9 [INFO] [stdout] | [INFO] [stdout] 158 | try!(self.assert_char(':')); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:155:20 [INFO] [stdout] | [INFO] [stdout] 155 | let name = try!(self.consume_property_name()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:161:21 [INFO] [stdout] | [INFO] [stdout] 161 | let value = try!(self.consume_property_value()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:201:9 [INFO] [stdout] | [INFO] [stdout] 201 | try!(self.sloppy_terminate_line()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:221:13 [INFO] [stdout] | [INFO] [stdout] 221 | try!(self.assert_char('"')); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:230:20 [INFO] [stdout] | [INFO] [stdout] 230 | let name = try!(self.consume_param_name()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:257:28 [INFO] [stdout] | [INFO] [stdout] 257 | let mut property = try!(self.consume_property()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:268:24 [INFO] [stdout] | [INFO] [stdout] 268 | property = try!(self.consume_property()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:271:46 [INFO] [stdout] | [INFO] [stdout] 271 | component.subcomponents.push(try!(self.consume_component())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:249:5 [INFO] [stdout] | [INFO] [stdout] 249 | / /// Setter for "DTEND" property [INFO] [stdout] 250 | | /// [INFO] [stdout] 251 | | /// # Notice [INFO] [stdout] 252 | | /// [INFO] [stdout] 253 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stdout] | |_____---------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:256:5 [INFO] [stdout] | [INFO] [stdout] 256 | / /// Setter for "DTSTART" property [INFO] [stdout] 257 | | /// [INFO] [stdout] 258 | | /// # Notice [INFO] [stdout] 259 | | /// [INFO] [stdout] 260 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stdout] | |_____---------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:263:5 [INFO] [stdout] | [INFO] [stdout] 263 | / /// Setter for "DTSTAMP" property [INFO] [stdout] 264 | | /// [INFO] [stdout] 265 | | /// # Notice [INFO] [stdout] 266 | | /// [INFO] [stdout] 267 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stdout] | |_____---------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:270:5 [INFO] [stdout] | [INFO] [stdout] 270 | / /// Setter for "UID" property [INFO] [stdout] 271 | | /// [INFO] [stdout] 272 | | /// # Notice [INFO] [stdout] 273 | | /// [INFO] [stdout] 274 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stdout] | |_____---------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:277:5 [INFO] [stdout] | [INFO] [stdout] 277 | / /// Setter for "DESCRIPTION" property [INFO] [stdout] 278 | | /// [INFO] [stdout] 279 | | /// # Notice [INFO] [stdout] 280 | | /// [INFO] [stdout] 281 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stdout] | |_____---------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:284:5 [INFO] [stdout] | [INFO] [stdout] 284 | / /// Setter for "SUMMARY" property [INFO] [stdout] 285 | | /// [INFO] [stdout] 286 | | /// # Notice [INFO] [stdout] 287 | | /// [INFO] [stdout] 288 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stdout] | |_____---------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:291:5 [INFO] [stdout] | [INFO] [stdout] 291 | / /// Setter for "URL" property [INFO] [stdout] 292 | | /// [INFO] [stdout] 293 | | /// # Notice [INFO] [stdout] 294 | | /// [INFO] [stdout] 295 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stdout] | |_____---------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:298:5 [INFO] [stdout] | [INFO] [stdout] 298 | / /// Setter for "LOCATION" property [INFO] [stdout] 299 | | /// [INFO] [stdout] 300 | | /// # Notice [INFO] [stdout] 301 | | /// [INFO] [stdout] 302 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stdout] | |_____---------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:305:5 [INFO] [stdout] | [INFO] [stdout] 305 | / /// Setter for "CLASS" property [INFO] [stdout] 306 | | /// [INFO] [stdout] 307 | | /// # Notice [INFO] [stdout] 308 | | /// [INFO] [stdout] 309 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stdout] | |_____---------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:312:5 [INFO] [stdout] | [INFO] [stdout] 312 | / /// Setter for "CATEGORIES" property [INFO] [stdout] 313 | | /// [INFO] [stdout] 314 | | /// # Notice [INFO] [stdout] 315 | | /// [INFO] [stdout] 316 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stdout] | |_____---------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:319:5 [INFO] [stdout] | [INFO] [stdout] 319 | / /// Setter for "TRANSP" property [INFO] [stdout] 320 | | /// [INFO] [stdout] 321 | | /// # Notice [INFO] [stdout] 322 | | /// [INFO] [stdout] 323 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stdout] | |_____---------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:326:5 [INFO] [stdout] | [INFO] [stdout] 326 | / /// Setter for "RRULE" property [INFO] [stdout] 327 | | /// [INFO] [stdout] 328 | | /// # Notice [INFO] [stdout] 329 | | /// [INFO] [stdout] 330 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stdout] | |_____---------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:337:5 [INFO] [stdout] | [INFO] [stdout] 337 | / /// Chainable setter for "DTEND" property. [INFO] [stdout] 338 | | /// [INFO] [stdout] 339 | | /// # Notice [INFO] [stdout] 340 | | /// [INFO] [stdout] 341 | | /// Internally, the property is added, not overridden. [INFO] [stdout] | |_____-----------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:344:5 [INFO] [stdout] | [INFO] [stdout] 344 | / /// Chainable setter for "DTSTART" property. [INFO] [stdout] 345 | | /// [INFO] [stdout] 346 | | /// # Notice [INFO] [stdout] 347 | | /// [INFO] [stdout] 348 | | /// Internally, the property is added, not overridden. [INFO] [stdout] | |_____-----------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:351:5 [INFO] [stdout] | [INFO] [stdout] 351 | / /// Chainable setter for "DTSTAMP" property. [INFO] [stdout] 352 | | /// [INFO] [stdout] 353 | | /// # Notice [INFO] [stdout] 354 | | /// [INFO] [stdout] 355 | | /// Internally, the property is added, not overridden. [INFO] [stdout] | |_____-----------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:358:5 [INFO] [stdout] | [INFO] [stdout] 358 | / /// Chainable setter for "UID" property. [INFO] [stdout] 359 | | /// [INFO] [stdout] 360 | | /// # Notice [INFO] [stdout] 361 | | /// [INFO] [stdout] 362 | | /// Internally, the property is added, not overridden. [INFO] [stdout] | |_____-----------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:365:5 [INFO] [stdout] | [INFO] [stdout] 365 | / /// Chainable setter for "DESCRIPTION" property. [INFO] [stdout] 366 | | /// [INFO] [stdout] 367 | | /// # Notice [INFO] [stdout] 368 | | /// [INFO] [stdout] 369 | | /// Internally, the property is added, not overridden. [INFO] [stdout] | |_____-----------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:372:5 [INFO] [stdout] | [INFO] [stdout] 372 | / /// Chainable setter for "SUMMARY" property. [INFO] [stdout] 373 | | /// [INFO] [stdout] 374 | | /// # Notice [INFO] [stdout] 375 | | /// [INFO] [stdout] 376 | | /// Internally, the property is added, not overridden. [INFO] [stdout] | |_____-----------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:379:5 [INFO] [stdout] | [INFO] [stdout] 379 | / /// Chainable setter for "URL" property. [INFO] [stdout] 380 | | /// [INFO] [stdout] 381 | | /// # Notice [INFO] [stdout] 382 | | /// [INFO] [stdout] 383 | | /// Internally, the property is added, not overridden. [INFO] [stdout] | |_____-----------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:386:5 [INFO] [stdout] | [INFO] [stdout] 386 | / /// Chainable setter for "LOCATION" property. [INFO] [stdout] 387 | | /// [INFO] [stdout] 388 | | /// # Notice [INFO] [stdout] 389 | | /// [INFO] [stdout] 390 | | /// Internally, the property is added, not overridden. [INFO] [stdout] | |_____-----------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:393:5 [INFO] [stdout] | [INFO] [stdout] 393 | / /// Chainable setter for "CLASS" property. [INFO] [stdout] 394 | | /// [INFO] [stdout] 395 | | /// # Notice [INFO] [stdout] 396 | | /// [INFO] [stdout] 397 | | /// Internally, the property is added, not overridden. [INFO] [stdout] | |_____-----------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:400:5 [INFO] [stdout] | [INFO] [stdout] 400 | / /// Chainable setter for "CATEGORIES" property. [INFO] [stdout] 401 | | /// [INFO] [stdout] 402 | | /// # Notice [INFO] [stdout] 403 | | /// [INFO] [stdout] 404 | | /// Internally, the property is added, not overridden. [INFO] [stdout] | |_____-----------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:407:5 [INFO] [stdout] | [INFO] [stdout] 407 | / /// Chainable setter for "TRANSP" property. [INFO] [stdout] 408 | | /// [INFO] [stdout] 409 | | /// # Notice [INFO] [stdout] 410 | | /// [INFO] [stdout] 411 | | /// Internally, the property is added, not overridden. [INFO] [stdout] | |_____-----------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:414:5 [INFO] [stdout] | [INFO] [stdout] 414 | / /// Chainable setter for "RRULE" property. [INFO] [stdout] 415 | | /// [INFO] [stdout] 416 | | /// # Notice [INFO] [stdout] 417 | | /// [INFO] [stdout] 418 | | /// Internally, the property is added, not overridden. [INFO] [stdout] | |_____-----------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 36 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling vobject v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/component.rs:82:23 [INFO] [stdout] | [INFO] [stdout] 82 | let (rv, new_s) = try!(read_component(s)); [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/component.rs:94:14 [INFO] [stdout] | [INFO] [stdout] 94 | let rv = try!(parser.consume_component()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:111:13 [INFO] [stdout] | [INFO] [stdout] 111 | try!(self.consume_eol()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:158:9 [INFO] [stdout] | [INFO] [stdout] 158 | try!(self.assert_char(':')); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:155:20 [INFO] [stdout] | [INFO] [stdout] 155 | let name = try!(self.consume_property_name()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:161:21 [INFO] [stdout] | [INFO] [stdout] 161 | let value = try!(self.consume_property_value()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:201:9 [INFO] [stdout] | [INFO] [stdout] 201 | try!(self.sloppy_terminate_line()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:221:13 [INFO] [stdout] | [INFO] [stdout] 221 | try!(self.assert_char('"')); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:230:20 [INFO] [stdout] | [INFO] [stdout] 230 | let name = try!(self.consume_param_name()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:257:28 [INFO] [stdout] | [INFO] [stdout] 257 | let mut property = try!(self.consume_property()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:268:24 [INFO] [stdout] | [INFO] [stdout] 268 | property = try!(self.consume_property()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:271:46 [INFO] [stdout] | [INFO] [stdout] 271 | component.subcomponents.push(try!(self.consume_component())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `error::*` [INFO] [stdout] --> src/parser.rs:293:9 [INFO] [stdout] | [INFO] [stdout] 293 | use error::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:249:5 [INFO] [stdout] | [INFO] [stdout] 249 | / /// Setter for "DTEND" property [INFO] [stdout] 250 | | /// [INFO] [stdout] 251 | | /// # Notice [INFO] [stdout] 252 | | /// [INFO] [stdout] 253 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stdout] | |_____---------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:256:5 [INFO] [stdout] | [INFO] [stdout] 256 | / /// Setter for "DTSTART" property [INFO] [stdout] 257 | | /// [INFO] [stdout] 258 | | /// # Notice [INFO] [stdout] 259 | | /// [INFO] [stdout] 260 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stdout] | |_____---------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:263:5 [INFO] [stdout] | [INFO] [stdout] 263 | / /// Setter for "DTSTAMP" property [INFO] [stdout] 264 | | /// [INFO] [stdout] 265 | | /// # Notice [INFO] [stdout] 266 | | /// [INFO] [stdout] 267 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stdout] | |_____---------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:270:5 [INFO] [stdout] | [INFO] [stdout] 270 | / /// Setter for "UID" property [INFO] [stdout] 271 | | /// [INFO] [stdout] 272 | | /// # Notice [INFO] [stdout] 273 | | /// [INFO] [stdout] 274 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stdout] | |_____---------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:277:5 [INFO] [stdout] | [INFO] [stdout] 277 | / /// Setter for "DESCRIPTION" property [INFO] [stdout] 278 | | /// [INFO] [stdout] 279 | | /// # Notice [INFO] [stdout] 280 | | /// [INFO] [stdout] 281 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stdout] | |_____---------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:284:5 [INFO] [stdout] | [INFO] [stdout] 284 | / /// Setter for "SUMMARY" property [INFO] [stdout] 285 | | /// [INFO] [stdout] 286 | | /// # Notice [INFO] [stdout] 287 | | /// [INFO] [stdout] 288 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stdout] | |_____---------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:291:5 [INFO] [stdout] | [INFO] [stdout] 291 | / /// Setter for "URL" property [INFO] [stdout] 292 | | /// [INFO] [stdout] 293 | | /// # Notice [INFO] [stdout] 294 | | /// [INFO] [stdout] 295 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stdout] | |_____---------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:298:5 [INFO] [stdout] | [INFO] [stdout] 298 | / /// Setter for "LOCATION" property [INFO] [stdout] 299 | | /// [INFO] [stdout] 300 | | /// # Notice [INFO] [stdout] 301 | | /// [INFO] [stdout] 302 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stdout] | |_____---------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:305:5 [INFO] [stdout] | [INFO] [stdout] 305 | / /// Setter for "CLASS" property [INFO] [stdout] 306 | | /// [INFO] [stdout] 307 | | /// # Notice [INFO] [stdout] 308 | | /// [INFO] [stdout] 309 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stdout] | |_____---------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:312:5 [INFO] [stdout] | [INFO] [stdout] 312 | / /// Setter for "CATEGORIES" property [INFO] [stdout] 313 | | /// [INFO] [stdout] 314 | | /// # Notice [INFO] [stdout] 315 | | /// [INFO] [stdout] 316 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stdout] | |_____---------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:319:5 [INFO] [stdout] | [INFO] [stdout] 319 | / /// Setter for "TRANSP" property [INFO] [stdout] 320 | | /// [INFO] [stdout] 321 | | /// # Notice [INFO] [stdout] 322 | | /// [INFO] [stdout] 323 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stdout] | |_____---------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:326:5 [INFO] [stdout] | [INFO] [stdout] 326 | / /// Setter for "RRULE" property [INFO] [stdout] 327 | | /// [INFO] [stdout] 328 | | /// # Notice [INFO] [stdout] 329 | | /// [INFO] [stdout] 330 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stdout] | |_____---------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:337:5 [INFO] [stdout] | [INFO] [stdout] 337 | / /// Chainable setter for "DTEND" property. [INFO] [stdout] 338 | | /// [INFO] [stdout] 339 | | /// # Notice [INFO] [stdout] 340 | | /// [INFO] [stdout] 341 | | /// Internally, the property is added, not overridden. [INFO] [stdout] | |_____-----------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:344:5 [INFO] [stdout] | [INFO] [stdout] 344 | / /// Chainable setter for "DTSTART" property. [INFO] [stdout] 345 | | /// [INFO] [stdout] 346 | | /// # Notice [INFO] [stdout] 347 | | /// [INFO] [stdout] 348 | | /// Internally, the property is added, not overridden. [INFO] [stdout] | |_____-----------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:351:5 [INFO] [stdout] | [INFO] [stdout] 351 | / /// Chainable setter for "DTSTAMP" property. [INFO] [stdout] 352 | | /// [INFO] [stdout] 353 | | /// # Notice [INFO] [stdout] 354 | | /// [INFO] [stdout] 355 | | /// Internally, the property is added, not overridden. [INFO] [stdout] | |_____-----------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:358:5 [INFO] [stdout] | [INFO] [stdout] 358 | / /// Chainable setter for "UID" property. [INFO] [stdout] 359 | | /// [INFO] [stdout] 360 | | /// # Notice [INFO] [stdout] 361 | | /// [INFO] [stdout] 362 | | /// Internally, the property is added, not overridden. [INFO] [stdout] | |_____-----------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:365:5 [INFO] [stdout] | [INFO] [stdout] 365 | / /// Chainable setter for "DESCRIPTION" property. [INFO] [stdout] 366 | | /// [INFO] [stdout] 367 | | /// # Notice [INFO] [stdout] 368 | | /// [INFO] [stdout] 369 | | /// Internally, the property is added, not overridden. [INFO] [stdout] | |_____-----------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:372:5 [INFO] [stdout] | [INFO] [stdout] 372 | / /// Chainable setter for "SUMMARY" property. [INFO] [stdout] 373 | | /// [INFO] [stdout] 374 | | /// # Notice [INFO] [stdout] 375 | | /// [INFO] [stdout] 376 | | /// Internally, the property is added, not overridden. [INFO] [stdout] | |_____-----------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:379:5 [INFO] [stdout] | [INFO] [stdout] 379 | / /// Chainable setter for "URL" property. [INFO] [stdout] 380 | | /// [INFO] [stdout] 381 | | /// # Notice [INFO] [stdout] 382 | | /// [INFO] [stdout] 383 | | /// Internally, the property is added, not overridden. [INFO] [stdout] | |_____-----------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:386:5 [INFO] [stdout] | [INFO] [stdout] 386 | / /// Chainable setter for "LOCATION" property. [INFO] [stdout] 387 | | /// [INFO] [stdout] 388 | | /// # Notice [INFO] [stdout] 389 | | /// [INFO] [stdout] 390 | | /// Internally, the property is added, not overridden. [INFO] [stdout] | |_____-----------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:393:5 [INFO] [stdout] | [INFO] [stdout] 393 | / /// Chainable setter for "CLASS" property. [INFO] [stdout] 394 | | /// [INFO] [stdout] 395 | | /// # Notice [INFO] [stdout] 396 | | /// [INFO] [stdout] 397 | | /// Internally, the property is added, not overridden. [INFO] [stdout] | |_____-----------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:400:5 [INFO] [stdout] | [INFO] [stdout] 400 | / /// Chainable setter for "CATEGORIES" property. [INFO] [stdout] 401 | | /// [INFO] [stdout] 402 | | /// # Notice [INFO] [stdout] 403 | | /// [INFO] [stdout] 404 | | /// Internally, the property is added, not overridden. [INFO] [stdout] | |_____-----------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:407:5 [INFO] [stdout] | [INFO] [stdout] 407 | / /// Chainable setter for "TRANSP" property. [INFO] [stdout] 408 | | /// [INFO] [stdout] 409 | | /// # Notice [INFO] [stdout] 410 | | /// [INFO] [stdout] 411 | | /// Internally, the property is added, not overridden. [INFO] [stdout] | |_____-----------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/icalendar.rs:414:5 [INFO] [stdout] | [INFO] [stdout] 414 | / /// Chainable setter for "RRULE" property. [INFO] [stdout] 415 | | /// [INFO] [stdout] 416 | | /// # Notice [INFO] [stdout] 417 | | /// [INFO] [stdout] 418 | | /// Internally, the property is added, not overridden. [INFO] [stdout] | |_____-----------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 37 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.67s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/vobject-e43b9b8eabc08090) [INFO] [stderr] Executable tests/lib.rs (/opt/rustwide/target/debug/deps/lib-a77ef5e44ee4d91c) [INFO] running `Command { std: "docker" "inspect" "df0488c62a6655fa58290f186ecfd850da58d7ffbbb3600b0e4ca5e07d1feac8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df0488c62a6655fa58290f186ecfd850da58d7ffbbb3600b0e4ca5e07d1feac8", kill_on_drop: false }` [INFO] [stdout] df0488c62a6655fa58290f186ecfd850da58d7ffbbb3600b0e4ca5e07d1feac8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 293ddac2ea1260fe8ddf2f237dd0953df54519047bee9ea21049b94b1fa2293e [INFO] running `Command { std: "docker" "start" "-a" "293ddac2ea1260fe8ddf2f237dd0953df54519047bee9ea21049b94b1fa2293e", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/component.rs:82:23 [INFO] [stderr] | [INFO] [stderr] 82 | let (rv, new_s) = try!(read_component(s)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/component.rs:94:14 [INFO] [stderr] | [INFO] [stderr] 94 | let rv = try!(parser.consume_component()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parser.rs:111:13 [INFO] [stderr] | [INFO] [stderr] 111 | try!(self.consume_eol()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parser.rs:158:9 [INFO] [stderr] | [INFO] [stderr] 158 | try!(self.assert_char(':')); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parser.rs:155:20 [INFO] [stderr] | [INFO] [stderr] 155 | let name = try!(self.consume_property_name()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parser.rs:161:21 [INFO] [stderr] | [INFO] [stderr] 161 | let value = try!(self.consume_property_value()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parser.rs:201:9 [INFO] [stderr] | [INFO] [stderr] 201 | try!(self.sloppy_terminate_line()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parser.rs:221:13 [INFO] [stderr] | [INFO] [stderr] 221 | try!(self.assert_char('"')); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parser.rs:230:20 [INFO] [stderr] | [INFO] [stderr] 230 | let name = try!(self.consume_param_name()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parser.rs:257:28 [INFO] [stderr] | [INFO] [stderr] 257 | let mut property = try!(self.consume_property()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parser.rs:268:24 [INFO] [stderr] | [INFO] [stderr] 268 | property = try!(self.consume_property()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parser.rs:271:46 [INFO] [stderr] | [INFO] [stderr] 271 | component.subcomponents.push(try!(self.consume_component())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/icalendar.rs:249:5 [INFO] [stderr] | [INFO] [stderr] 249 | / /// Setter for "DTEND" property [INFO] [stderr] 250 | | /// [INFO] [stderr] 251 | | /// # Notice [INFO] [stderr] 252 | | /// [INFO] [stderr] 253 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stderr] | |_____---------------------------------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/icalendar.rs:256:5 [INFO] [stderr] | [INFO] [stderr] 256 | / /// Setter for "DTSTART" property [INFO] [stderr] 257 | | /// [INFO] [stderr] 258 | | /// # Notice [INFO] [stderr] 259 | | /// [INFO] [stderr] 260 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stderr] | |_____---------------------------------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/icalendar.rs:263:5 [INFO] [stderr] | [INFO] [stderr] 263 | / /// Setter for "DTSTAMP" property [INFO] [stderr] 264 | | /// [INFO] [stderr] 265 | | /// # Notice [INFO] [stderr] 266 | | /// [INFO] [stderr] 267 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stderr] | |_____---------------------------------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/icalendar.rs:270:5 [INFO] [stderr] | [INFO] [stderr] 270 | / /// Setter for "UID" property [INFO] [stderr] 271 | | /// [INFO] [stderr] 272 | | /// # Notice [INFO] [stderr] 273 | | /// [INFO] [stderr] 274 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stderr] | |_____---------------------------------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/icalendar.rs:277:5 [INFO] [stderr] | [INFO] [stderr] 277 | / /// Setter for "DESCRIPTION" property [INFO] [stderr] 278 | | /// [INFO] [stderr] 279 | | /// # Notice [INFO] [stderr] 280 | | /// [INFO] [stderr] 281 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stderr] | |_____---------------------------------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/icalendar.rs:284:5 [INFO] [stderr] | [INFO] [stderr] 284 | / /// Setter for "SUMMARY" property [INFO] [stderr] 285 | | /// [INFO] [stderr] 286 | | /// # Notice [INFO] [stderr] 287 | | /// [INFO] [stderr] 288 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stderr] | |_____---------------------------------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/icalendar.rs:291:5 [INFO] [stderr] | [INFO] [stderr] 291 | / /// Setter for "URL" property [INFO] [stderr] 292 | | /// [INFO] [stderr] 293 | | /// # Notice [INFO] [stderr] 294 | | /// [INFO] [stderr] 295 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stderr] | |_____---------------------------------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/icalendar.rs:298:5 [INFO] [stderr] | [INFO] [stderr] 298 | / /// Setter for "LOCATION" property [INFO] [stderr] 299 | | /// [INFO] [stderr] 300 | | /// # Notice [INFO] [stderr] 301 | | /// [INFO] [stderr] 302 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stderr] | |_____---------------------------------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/icalendar.rs:305:5 [INFO] [stderr] | [INFO] [stderr] 305 | / /// Setter for "CLASS" property [INFO] [stderr] 306 | | /// [INFO] [stderr] 307 | | /// # Notice [INFO] [stderr] 308 | | /// [INFO] [stderr] 309 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stderr] | |_____---------------------------------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/icalendar.rs:312:5 [INFO] [stderr] | [INFO] [stderr] 312 | / /// Setter for "CATEGORIES" property [INFO] [stderr] 313 | | /// [INFO] [stderr] 314 | | /// # Notice [INFO] [stderr] 315 | | /// [INFO] [stderr] 316 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stderr] | |_____---------------------------------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/icalendar.rs:319:5 [INFO] [stderr] | [INFO] [stderr] 319 | / /// Setter for "TRANSP" property [INFO] [stderr] 320 | | /// [INFO] [stderr] 321 | | /// # Notice [INFO] [stderr] 322 | | /// [INFO] [stderr] 323 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stderr] | |_____---------------------------------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/icalendar.rs:326:5 [INFO] [stderr] | [INFO] [stderr] 326 | / /// Setter for "RRULE" property [INFO] [stderr] 327 | | /// [INFO] [stderr] 328 | | /// # Notice [INFO] [stderr] 329 | | /// [INFO] [stderr] 330 | | /// Internally, the property is overridden. Old values are dropped silently: [INFO] [stderr] | |_____---------------------------------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/icalendar.rs:337:5 [INFO] [stderr] | [INFO] [stderr] 337 | / /// Chainable setter for "DTEND" property. [INFO] [stderr] 338 | | /// [INFO] [stderr] 339 | | /// # Notice [INFO] [stderr] 340 | | /// [INFO] [stderr] 341 | | /// Internally, the property is added, not overridden. [INFO] [stderr] | |_____-----------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/icalendar.rs:344:5 [INFO] [stderr] | [INFO] [stderr] 344 | / /// Chainable setter for "DTSTART" property. [INFO] [stderr] 345 | | /// [INFO] [stderr] 346 | | /// # Notice [INFO] [stderr] 347 | | /// [INFO] [stderr] 348 | | /// Internally, the property is added, not overridden. [INFO] [stderr] | |_____-----------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/icalendar.rs:351:5 [INFO] [stderr] | [INFO] [stderr] 351 | / /// Chainable setter for "DTSTAMP" property. [INFO] [stderr] 352 | | /// [INFO] [stderr] 353 | | /// # Notice [INFO] [stderr] 354 | | /// [INFO] [stderr] 355 | | /// Internally, the property is added, not overridden. [INFO] [stderr] | |_____-----------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/icalendar.rs:358:5 [INFO] [stderr] | [INFO] [stderr] 358 | / /// Chainable setter for "UID" property. [INFO] [stderr] 359 | | /// [INFO] [stderr] 360 | | /// # Notice [INFO] [stderr] 361 | | /// [INFO] [stderr] 362 | | /// Internally, the property is added, not overridden. [INFO] [stderr] | |_____-----------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/icalendar.rs:365:5 [INFO] [stderr] | [INFO] [stderr] 365 | / /// Chainable setter for "DESCRIPTION" property. [INFO] [stderr] 366 | | /// [INFO] [stderr] 367 | | /// # Notice [INFO] [stderr] 368 | | /// [INFO] [stderr] 369 | | /// Internally, the property is added, not overridden. [INFO] [stderr] | |_____-----------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/icalendar.rs:372:5 [INFO] [stderr] | [INFO] [stderr] 372 | / /// Chainable setter for "SUMMARY" property. [INFO] [stderr] 373 | | /// [INFO] [stderr] 374 | | /// # Notice [INFO] [stderr] 375 | | /// [INFO] [stderr] 376 | | /// Internally, the property is added, not overridden. [INFO] [stderr] | |_____-----------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/icalendar.rs:379:5 [INFO] [stderr] | [INFO] [stderr] 379 | / /// Chainable setter for "URL" property. [INFO] [stderr] 380 | | /// [INFO] [stderr] 381 | | /// # Notice [INFO] [stderr] 382 | | /// [INFO] [stderr] 383 | | /// Internally, the property is added, not overridden. [INFO] [stderr] | |_____-----------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/icalendar.rs:386:5 [INFO] [stderr] | [INFO] [stderr] 386 | / /// Chainable setter for "LOCATION" property. [INFO] [stderr] 387 | | /// [INFO] [stderr] 388 | | /// # Notice [INFO] [stderr] 389 | | /// [INFO] [stderr] 390 | | /// Internally, the property is added, not overridden. [INFO] [stderr] | |_____-----------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/icalendar.rs:393:5 [INFO] [stderr] | [INFO] [stderr] 393 | / /// Chainable setter for "CLASS" property. [INFO] [stderr] 394 | | /// [INFO] [stderr] 395 | | /// # Notice [INFO] [stderr] 396 | | /// [INFO] [stderr] 397 | | /// Internally, the property is added, not overridden. [INFO] [stderr] | |_____-----------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/icalendar.rs:400:5 [INFO] [stderr] | [INFO] [stderr] 400 | / /// Chainable setter for "CATEGORIES" property. [INFO] [stderr] 401 | | /// [INFO] [stderr] 402 | | /// # Notice [INFO] [stderr] 403 | | /// [INFO] [stderr] 404 | | /// Internally, the property is added, not overridden. [INFO] [stderr] | |_____-----------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/icalendar.rs:407:5 [INFO] [stderr] | [INFO] [stderr] 407 | / /// Chainable setter for "TRANSP" property. [INFO] [stderr] 408 | | /// [INFO] [stderr] 409 | | /// # Notice [INFO] [stderr] 410 | | /// [INFO] [stderr] 411 | | /// Internally, the property is added, not overridden. [INFO] [stderr] | |_____-----------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/icalendar.rs:414:5 [INFO] [stderr] | [INFO] [stderr] 414 | / /// Chainable setter for "RRULE" property. [INFO] [stderr] 415 | | /// [INFO] [stderr] 416 | | /// # Notice [INFO] [stderr] 417 | | /// [INFO] [stderr] 418 | | /// Internally, the property is added, not overridden. [INFO] [stderr] | |_____-----------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused import: `error::*` [INFO] [stderr] --> src/parser.rs:293:9 [INFO] [stderr] | [INFO] [stderr] 293 | use error::*; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `vobject` (lib) generated 36 warnings [INFO] [stderr] warning: `vobject` (lib test) generated 37 warnings (36 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/vobject-e43b9b8eabc08090) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test component::tests::test_fold ... ok [INFO] [stdout] test parser::tests::test_consume_while ... ok [INFO] [stdout] test parser::tests::test_consume_only_char ... ok [INFO] [stdout] test parser::tests::mismatched_begin_end_tags_returns_error ... ok [INFO] [stdout] test parser::tests::test_consume_while2 ... ok [INFO] [stdout] test parser::tests::test_unfold1 ... ok [INFO] [stdout] test parser::tests::test_consume_while3 ... ok [INFO] [stdout] test parser::tests::test_unfold2 ... ok [INFO] [stdout] test vcard::test::test_vcard_builder ... ok [INFO] [stdout] test vcard::test::test_vcard_basic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/lib.rs (/opt/rustwide/target/debug/deps/lib-a77ef5e44ee4d91c) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test test_escaping ... ok [INFO] [stdout] test test_icalendar_multline ... ok [INFO] [stdout] test test_icalendar_basic ... ok [INFO] [stdout] test test_icalendar_multline2 ... ok [INFO] [stdout] test test_line_cont ... ok [INFO] [stdout] test test_property_groups ... ok [INFO] [stdout] test test_vcard_basic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests vobject [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/icalendar.rs - icalendar::ICalendar::events (line 65) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.54s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "293ddac2ea1260fe8ddf2f237dd0953df54519047bee9ea21049b94b1fa2293e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "293ddac2ea1260fe8ddf2f237dd0953df54519047bee9ea21049b94b1fa2293e", kill_on_drop: false }` [INFO] [stdout] 293ddac2ea1260fe8ddf2f237dd0953df54519047bee9ea21049b94b1fa2293e