Last updated on 2025-03-06 01:51:23 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2 | 2.39 | 19.24 | 21.63 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2 | 2.02 | 15.82 | 17.84 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2 | 35.91 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2 | 34.27 | NOTE | |||
r-devel-macos-arm64 | 1.2 | 16.00 | NOTE | |||
r-devel-macos-x86_64 | 1.2 | 25.00 | NOTE | |||
r-devel-windows-x86_64 | 1.2 | 4.00 | 41.00 | 45.00 | NOTE | |
r-patched-linux-x86_64 | 1.2 | NOTE | ||||
r-release-linux-x86_64 | 1.2 | 2.52 | 18.39 | 20.91 | NOTE | |
r-release-macos-arm64 | 1.2 | 17.00 | NOTE | |||
r-release-macos-x86_64 | 1.2 | 22.00 | NOTE | |||
r-release-windows-x86_64 | 1.2 | 3.00 | 41.00 | 44.00 | NOTE | |
r-oldrel-macos-arm64 | 1.2 | NOTE | ||||
r-oldrel-macos-x86_64 | 1.2 | 20.00 | NOTE | |||
r-oldrel-windows-x86_64 | 1.2 | 4.00 | 0.00 | 4.00 | FAIL |
Version: 1.2
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Title field: should not end in a period.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-arm64, r-devel-macos-x86_64, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 1.2
Check: examples
Result: FAIL
Check process probably crashed or hung up for 20 minutes ... killed
Most likely this happened in the example checks (?),
if not, ignore the following last lines of example output:
+
+ #optional: acknowledge receipt of the tuple.
+ s$ack(t);
+
+ #optional: log a message.
+ s$log(c("processing tuple=",t$id));
+
+ #create contrived tuples to illustrate output.
+
+ #create 1st tuple...
+ t$output = vector(mode="character",length=1);
+ t$output[1] = as.numeric(t$input[3])+as.numeric(t$input[4]);
+ #...and emit it.
+ s$emit(t);
+
+ #create 2nd tuple...
+ t$output[1] = as.numeric(t$input[3])-as.numeric(t$input[4]);
+ #...and emit it.
+ s$emit(t);
+
+ #alternative/optional: mark the tuple as failed.
+ s$fail(t);
+ };
>
> #enter the main tuple-processing loop.
> storm$run();
{"pid": 155032}
end
{"command": "emit", "anchors": [], "tuple": ["bolt initializing"]}
end
======== End of example output (where/before crash/hang up occured ?) ========
Flavor: r-oldrel-windows-x86_64