Missing submit notifications?
Tobias Hartmann
tobias.hartmann at oracle.com
Mon Dec 17 10:32:34 UTC 2018
Hi Andrew,
it seems like your job for 8212043 failed to build on multiple platforms [1]. The job for 8215100
failed while cloning the sources (probably an infra issue).
Not sure why you haven't received a notification. I'll leave that to the maintainers of the submit
repo and would suggest trying a re-submit.
Best regards,
Tobias
[1] Build failures:
Mac:
jib >
/scratch/mesos/slaves/2dd962d0-8988-479b-a804-57ab764ada59-S40349/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/4ba1e23f-1fbd-42ad-bcd8-c7d0636b427f/runs/1c7d1a3b-c860-44c7-935c-1bb97e520095/workspace/open/src/hotspot/share/opto/type.cpp:453:35:
error: invalid suffix 'd' on floating constant
jib > TypeD::POS_INF = TypeD::make(1.0d/0.0d); // Double positive infinity
jib > ^
jib >
/scratch/mesos/slaves/2dd962d0-8988-479b-a804-57ab764ada59-S40349/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/4ba1e23f-1fbd-42ad-bcd8-c7d0636b427f/runs/1c7d1a3b-c860-44c7-935c-1bb97e520095/workspace/open/src/hotspot/share/opto/type.cpp:453:40:
error: invalid suffix 'd' on floating constant
jib > TypeD::POS_INF = TypeD::make(1.0d/0.0d); // Double positive infinity
jib > ^
jib >
/scratch/mesos/slaves/2dd962d0-8988-479b-a804-57ab764ada59-S40349/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/4ba1e23f-1fbd-42ad-bcd8-c7d0636b427f/runs/1c7d1a3b-c860-44c7-935c-1bb97e520095/workspace/open/src/hotspot/share/opto/type.cpp:454:36:
error: invalid suffix 'd' on floating constant
jib > TypeD::NEG_INF = TypeD::make(-1.0d/0.0d); // Double negative infinity
jib > ^
jib >
/scratch/mesos/slaves/2dd962d0-8988-479b-a804-57ab764ada59-S40349/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/4ba1e23f-1fbd-42ad-bcd8-c7d0636b427f/runs/1c7d1a3b-c860-44c7-935c-1bb97e520095/workspace/open/src/hotspot/share/opto/type.cpp:454:41:
error: invalid suffix 'd' on floating constant
jib > TypeD::NEG_INF = TypeD::make(-1.0d/0.0d); // Double negative infinity
Windows:
jib > t:/workspace/open/src/hotspot/share/opto/type.cpp(453): error C3688: invalid literal suffix
'd'; literal operator or literal operator template 'operator ""d' not found
jib > t:/workspace/open/src/hotspot/share/opto/type.cpp(454): error C3688: invalid literal suffix
'd'; literal operator or literal operator template 'operator ""d' not found
Sparc:
jib >
"/scratch/opt/mach5/mesos/work_dir/5eb40829-b194-4927-b024-db222ae8e8cc/workspace/open/src/hotspot/share/opto/type.cpp",
line 453: Error: The floating constant "1.0d" is invalid.
jib >
"/scratch/opt/mach5/mesos/work_dir/5eb40829-b194-4927-b024-db222ae8e8cc/workspace/open/src/hotspot/share/opto/type.cpp",
line 453: Error: The floating constant "0.0d" is invalid.
jib >
"/scratch/opt/mach5/mesos/work_dir/5eb40829-b194-4927-b024-db222ae8e8cc/workspace/open/src/hotspot/share/opto/type.cpp",
line 454: Error: The floating constant "1.0d" is invalid.
jib >
"/scratch/opt/mach5/mesos/work_dir/5eb40829-b194-4927-b024-db222ae8e8cc/workspace/open/src/hotspot/share/opto/type.cpp",
line 454: Error: The floating constant "0.0d" is invalid.
More information about the jdk-dev
mailing list