Invalid format returns null for legacy date formatter
Open
NEUpanning
opened this issue 1 year ago
•
4 comments
Invalid format returns null for Spark functions that use legacy(Simple) date formatter to align with SparkSQL behavior. Included functions are : 'unix_timestamp', 'from_unixtime' and 'get_timestamp'.
Relates #10354
✅ Deploy Preview for meta-velox canceled.
Name
Link
🔨 Latest commit
3ec615141cf8edb0c17f9d6fbec9fc6dde1579ba
🔍 Latest deploy log
https://app.netlify.com/sites/meta-velox/deploys/672c49d823a9f3000847718e
@rui-mo Could you help to review this PR please? Thanks.
@rui-mo After #11246 has been merged, I've rebased this PR to the latest commit. Could you please review this PR again? Thanks.
@rui-mo Just a gentle ping.
Would you run the expression fuzzer test for each of the affected functions for 1 minute to make sure they work? You could use '--only' to specify a certain function.
@rui-mo Affected functions include 'unix_timestamp', 'from_unixtime' and 'get_timestamp' .
'unix_timestamp' and 'from_unixtime' in skipFunctions list can't run the expression fuzzer test.
'get_timestamp' passed the expression fuzzer test. Here is command and part of logs:
velox/expression/fuzzer/spark_expression_fuzzer_test --duration_sec=60 --logtostderr=1 --only=get_timestamp --minloglevel=0
==============================> Started iteration 19076 (seed: 1031779865)
I20241029 16:32:45.621546 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",78'lJ0.z>8a8@2c)ptpF[R!IbwOruJTh|@&&|@ILLP19oQN?gytxKt.ID%a$A3e6ZFtt?)
I20241029 16:32:45.621595 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.624922 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.624994 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19076
I20241029 16:32:45.625085 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19077 (seed: 1809594366)
I20241029 16:32:45.625448 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp('z7\"QDf")'68Y5z*,"c0")
I20241029 16:32:45.625491 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.627204 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.627249 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19077
I20241029 16:32:45.627334 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19078 (seed: 3720383521)
I20241029 16:32:45.628737 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(kLL_.D'B^@#eKx5&bJzISy_yB3:jWt=dL;31O9GL3+.qrEE Done with iteration 19078
I20241029 16:32:45.630780 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19079 (seed: 626747346)
I20241029 16:32:45.632347 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,"c0")
I20241029 16:32:45.632382 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.632833 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.633752 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.634090 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.634151 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.634217 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19079
I20241029 16:32:45.634344 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19080 (seed: 1965053819)
I20241029 16:32:45.637182 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(*vP=57xqdi{72l=as2h$J8bu3LgCNF{sw6)zX5$Ku]N)k6qP#S;|EClks.7yJp$+*=t?.+k2x~"iGPX0y?m,"c0")
I20241029 16:32:45.637308 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.640367 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.640429 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19080
I20241029 16:32:45.640516 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19081 (seed: 4270023287)
I20241029 16:32:45.641335 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(,CR/GcGN8{h-&JeqHC:y~jT4]bgCx,u*!6P3qlaDA]&rxHZ]UEC'+}#Usg)JDA4"b<_b>d~])
I20241029 16:32:45.641387 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.644065 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.644116 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19081
I20241029 16:32:45.644171 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19082 (seed: 1215848348)
I20241029 16:32:45.644985 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(R"m>Ebyiml,~m@.,z*9Lh[`pG)
I20241029 16:32:45.645022 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.647151 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.647209 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19082
I20241029 16:32:45.647269 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19083 (seed: 2510698031)
I20241029 16:32:45.647778 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(vW|%&pped7OViw,"U@sw\fwEwA@dT2LPVuxC{0A!h Done with iteration 19083
I20241029 16:32:45.649554 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19084 (seed: 1695805399)
I20241029 16:32:45.650611 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",j]AK)
I20241029 16:32:45.650647 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.652163 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.652210 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19084
I20241029 16:32:45.652302 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19085 (seed: 2834880967)
I20241029 16:32:45.653800 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,z`7A:%^;kjf45mVUkMA%\nOK"30N{ZeZ[#)
I20241029 16:32:45.653872 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.654665 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.656066 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.656412 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.656451 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.656493 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19085
I20241029 16:32:45.656540 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19086 (seed: 136730743)
I20241029 16:32:45.657359 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(qc[9w.gx=d@1Tcz$zjgg#IA:^{A,~t~`*YK-SOQ&@_)ds_baVmqpHe4A0d?jGeov&Q).z`D4q"UUw)
I20241029 16:32:45.657385 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.658875 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.658910 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19086
I20241029 16:32:45.658954 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19087 (seed: 2261632436)
I20241029 16:32:45.659657 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,L%]hVVrd*qowq9$YKe>!=~6iMYDY-!yu,iH_Os}L*o2K`0A)
I20241029 16:32:45.659685 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.660061 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.660816 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.661180 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.661218 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.661262 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19087
I20241029 16:32:45.661309 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19088 (seed: 309579018)
I20241029 16:32:45.662600 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp((}B5)y({NfZJ7^sa8r~)KTvwrh Done with iteration 19088
I20241029 16:32:45.664245 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19089 (seed: 1553440110)
I20241029 16:32:45.664906 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(GX"*UZs7>."!(dt"l]N#-^Vu~'\:@Z)wyEPG5[~o,FUUqn`G~GdQ:)n+bR'L;65(ypFD*4uiLz~K'P^ks;mUcbhvuT-4JtU`Q%:!CmFHr~-I( Done with iteration 19089
I20241029 16:32:45.666532 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19090 (seed: 503373242)
I20241029 16:32:45.667789 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",XrRBEO!>nQ6[g>U$4/1^:4D'oO4[~Ip4$"_k- Done with iteration 19090
I20241029 16:32:45.669298 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19091 (seed: 3407390293)
I20241029 16:32:45.670892 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(24h?bx0]NGU}`&gD3Mu~v\%6L19,n>t[i#Zge)
I20241029 16:32:45.670936 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.673081 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.673122 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19091
I20241029 16:32:45.673167 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19092 (seed: 2812302595)
I20241029 16:32:45.673460 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,82qV=t3\YtadojA)9Z_Y!;!;d$)
I20241029 16:32:45.673485 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.673902 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.674592 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.675017 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.675067 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.675169 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19092
I20241029 16:32:45.675230 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19093 (seed: 303039075)
I20241029 16:32:45.676962 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(YsjmbywP=(C6;Lf:C-HqWy`#]0Bkc/KcNq7s'/mDs`\F2EhCmky,5rcv9M$k`'OndbklO*eb,E~;p1~%NZ,k Done with iteration 19093
I20241029 16:32:45.678825 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19094 (seed: 869123364)
I20241029 16:32:45.680109 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",Eh-KTA0Ql@6S&2[qmX(q|Y1X^Q\j*=g"!f~a'-:vF|R&xXUIcy{yd9!!O1lg0r&\u@\_"sF#S`nGCb->P)
I20241029 16:32:45.680141 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.681635 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.681668 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19094
I20241029 16:32:45.681725 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19095 (seed: 2435226317)
I20241029 16:32:45.682811 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(g~48,null)
I20241029 16:32:45.682837 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.683233 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.683898 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.684199 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.684238 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.684278 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19095
I20241029 16:32:45.684324 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19096 (seed: 3290345953)
I20241029 16:32:45.685771 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(nS9C|U].;hdb+5Oz+bpQl_}/!bW?pykz\^B,yq)
I20241029 16:32:45.685803 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.687718 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.687760 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19096
I20241029 16:32:45.687808 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19097 (seed: 4006506727)
I20241029 16:32:45.688172 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(YFVR0=>PpGLe1ZT$pSmjem/:Xz?]~lu;Brrs!eI"1tkBp,!:r1.&F`)!1o4^)-:La!!1$w$,!3Sc_%S8)ya7nLk(=O-H8%`*|&6P@!QwJ}pYxzRnnulXG77h^ATQ*JOBn[M;~gJXV/o?1==]WKwx3)
I20241029 16:32:45.688206 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.689905 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.689949 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19097
I20241029 16:32:45.689996 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19098 (seed: 1014787095)
I20241029 16:32:45.691339 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",J}QCi&vn)0JjbMoCBg*Fh*x,^m_G%gv Done with iteration 19098
I20241029 16:32:45.692953 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19099 (seed: 3477125408)
I20241029 16:32:45.694034 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",null)
I20241029 16:32:45.694064 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.694617 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.695423 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.695735 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.695776 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.695816 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19099
I20241029 16:32:45.695874 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19100 (seed: 280844952)
I20241029 16:32:45.696943 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",+NB4_(OE-G6d8i#}7?9i4?&ae@dx$}|s+g+x{7atgRi:vrerZp}]&M*SQ(H6K"?`a)K~1:Yb3?Z0#[)
I20241029 16:32:45.696974 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.698433 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.698468 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19100
I20241029 16:32:45.698515 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19101 (seed: 2336290843)
I20241029 16:32:45.699571 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",m*MK}L_xQj.uR]CouA_9[dQH3Ddo,rsIr0)
I20241029 16:32:45.699599 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.700883 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.700914 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19101
I20241029 16:32:45.700963 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19102 (seed: 3977173519)
I20241029 16:32:45.702294 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",CJbi%/zk[)ZYce@'&l^/T6eErWzlORa!gzC7|B7AcU]U0G>vB,Bh~%Vc&l/J?}JK)
I20241029 16:32:45.702330 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.704034 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.704092 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19102
I20241029 16:32:45.704185 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19103 (seed: 2161276535)
I20241029 16:32:45.705765 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",KSkhtIkQv4&.@l1kx0fF6tg(pA6+8douk;F$:|)
I20241029 16:32:45.705811 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.707715 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.707787 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19103
I20241029 16:32:45.707878 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19104 (seed: 1885038908)
I20241029 16:32:45.709318 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",null)
I20241029 16:32:45.709357 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.709956 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.710927 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.711341 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.711407 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.711510 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19104
I20241029 16:32:45.711580 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19105 (seed: 1422261845)
I20241029 16:32:45.713745 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,"c0")
I20241029 16:32:45.713788 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.714247 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.714915 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.715258 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.715301 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.715344 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19105
I20241029 16:32:45.715394 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19106 (seed: 3315319846)
I20241029 16:32:45.716647 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(m\8pC2,4\NFh-mG`+$)1=&a+6QH0hmMEV#OxAIAwK@{4eTr|EM'B;nsf^{8t-uKiXE8c;D-=|vcbbvdNZm7,,RxZmSl!q?l Done with iteration 19106
I20241029 16:32:45.718536 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19107 (seed: 1139954492)
I20241029 16:32:45.720328 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(:}fF^8|^ZY[UZI|c5H@hwDlox%&/$+h[9Hj}A|NBwKY$FnERDog@@L:zeF}O+Gn86^qpRUh=!y_uXAmf2,m:f0sG\aEt#]J.{71Yg&h0)wCzA88J1*54|r2:xc~!4br8v6` Done with iteration 19107
I20241029 16:32:45.722015 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19108 (seed: 3153479635)
I20241029 16:32:45.723075 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0","~YW=Y%&R!#/h)mjeeMHf2s#Je\RQJr>M)9[l|G5VuwD\)
I20241029 16:32:45.723107 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.724627 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.724663 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19108
I20241029 16:32:45.724715 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19109 (seed: 503518704)
I20241029 16:32:45.725103 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(_Wr:"~?6_1z[^_N?}3bp`5LCnA?OIoCI,o[H4!6K}.Hreud&tabhqTN]([mc4joR.Z)
I20241029 16:32:45.725132 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.726435 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.726465 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19109
I20241029 16:32:45.726505 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19110 (seed: 2867061681)
I20241029 16:32:45.727648 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",null)
I20241029 16:32:45.727676 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.728127 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.728884 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.729183 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.729223 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.729260 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19110
I20241029 16:32:45.729313 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19111 (seed: 3431342043)
I20241029 16:32:45.730960 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,"c0")
I20241029 16:32:45.730989 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.731647 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.732462 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.732789 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.732831 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.732873 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19111
I20241029 16:32:45.732932 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19112 (seed: 4032658592)
I20241029 16:32:45.734045 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",\;0_p3%]'z7ayP9yvsJ]Y{~BcG43l.[*'M%zqh9gsNbR;Ne}?b.5R&De-ZoI\(4nkSqU_m!e~3%Z7&)
I20241029 16:32:45.734081 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.735477 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.735512 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19112
I20241029 16:32:45.735563 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19113 (seed: 3840540695)
I20241029 16:32:45.737707 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(WNa|KY0*7%\5^pfd[,"c0")
I20241029 16:32:45.737747 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.739435 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.739472 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19113
I20241029 16:32:45.739531 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19114 (seed: 1066006458)
I20241029 16:32:45.740729 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(I6e10,Cf>TL7hC3"2YpAw42)Kj'\:SY3/wQ5X7O2`@%"zL_'N&c_vG656pn+8+A/bzwmzbQk5{M^p.m]gfY`9#JcI>b/s]{$+IG],OBPc)
I20241029 16:32:45.740756 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.742110 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.742144 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19114
I20241029 16:32:45.742187 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19115 (seed: 1920196218)
I20241029 16:32:45.743316 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",null)
I20241029 16:32:45.743345 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.743829 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.744632 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.744944 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.744984 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.745023 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19115
I20241029 16:32:45.745079 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19116 (seed: 2893539737)
I20241029 16:32:45.747043 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0","c1")
I20241029 16:32:45.747079 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.748538 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.748571 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19116
I20241029 16:32:45.748628 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19117 (seed: 1986025404)
I20241029 16:32:45.750571 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp($musT#I/5Uy>f{~{\]@HxmvF->vi.nBr0=K1pG\pRR_ofj3\%I{:6L1u+B:x3KZBN']Qghs:A>biu#,"c0")
I20241029 16:32:45.750600 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.751902 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.751933 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19117
I20241029 16:32:45.751981 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19118 (seed: 1633720133)
I20241029 16:32:45.752724 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,N@[v~GYRjK1#.#ERE0?1&0C[I[0/kEnA(e*iE-Ct4n")
I20241029 16:32:45.752755 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.753127 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.753702 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.753971 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.754009 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.754045 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19118
I20241029 16:32:45.754088 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19119 (seed: 1323215410)
I20241029 16:32:45.755199 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(iaE9%QsB4{$=9JXy,"c0")
I20241029 16:32:45.755226 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.756536 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.756573 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19119
I20241029 16:32:45.756624 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19120 (seed: 904399397)
I20241029 16:32:45.757869 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",nn](7)*5 Done with iteration 19120
I20241029 16:32:45.759570 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19121 (seed: 2452606371)
I20241029 16:32:45.761798 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(yNnHi(M>Q>_T{NmI$&U\]MGiXW#^3IKtF Done with iteration 19121
I20241029 16:32:45.763561 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19122 (seed: 2447940750)
I20241029 16:32:45.764798 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",hK[Pwb82:B&[~^pm1]e)
I20241029 16:32:45.764827 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.766343 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.766376 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19122
I20241029 16:32:45.766428 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19123 (seed: 1285754973)
I20241029 16:32:45.768355 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0","c1")
I20241029 16:32:45.768385 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.769809 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.769845 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19123
I20241029 16:32:45.769901 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19124 (seed: 2336690743)
I20241029 16:32:45.770095 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,null)
I20241029 16:32:45.770120 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.770493 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.771117 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.771430 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.771520 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.771569 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19124
I20241029 16:32:45.771617 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19125 (seed: 351568788)
I20241029 16:32:45.771845 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(wJ1Y{kRmeP?8^W&hh!N,yg^T| Done with iteration 19125
I20241029 16:32:45.773344 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19126 (seed: 2970120916)
I20241029 16:32:45.773901 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(mxp(l_J64f,null)
I20241029 16:32:45.773926 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.774312 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.774967 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.775254 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.775293 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.775331 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19126
I20241029 16:32:45.775375 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19127 (seed: 3535380391)
I20241029 16:32:45.776839 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(SaWlD@T/JHgM4>L]REt"1r^7H.*:2_s]j!,"c0")
I20241029 16:32:45.776876 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.778304 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.778342 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19127
I20241029 16:32:45.778393 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19128 (seed: 3959827117)
I20241029 16:32:45.779284 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(c$|B_@|&dnmE_}sOPOXQjGr6cRo-9w{H1"8H's^ds@QW*W,;nG,_p_LxMCjR6nYM*|-{AvyZ'AnK8*f3pi2@ef]l\PT9Z6. Done with iteration 19128
I20241029 16:32:45.780709 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19129 (seed: 2807010954)
I20241029 16:32:45.781935 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",null)
I20241029 16:32:45.781965 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.782501 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.783293 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.783640 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.783756 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.783818 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19129
I20241029 16:32:45.783901 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19130 (seed: 1466882927)
I20241029 16:32:45.784229 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(T/=@%j6reEY9sW,null)
I20241029 16:32:45.784258 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.784655 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.785267 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.785552 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.785593 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.785631 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19130
I20241029 16:32:45.785676 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19131 (seed: 1729172475)
I20241029 16:32:45.786876 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",d:XoRkg7rp.UPo=8HmKe~)
I20241029 16:32:45.786906 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.788470 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.788506 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19131
I20241029 16:32:45.788563 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19132 (seed: 3343109879)
I20241029 16:32:45.789916 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",RHYa=V/@.I+$)ltu)
I20241029 16:32:45.789953 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.791545 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.791585 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19132
I20241029 16:32:45.791669 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19133 (seed: 3592492974)
I20241029 16:32:45.792300 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",Jx_S26cAm-D:Z.G!x[z4?3c,%bSr+L8:5#+TRmT!GHrD6Emv!)
I20241029 16:32:45.792330 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.793805 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.793839 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19133
I20241029 16:32:45.793886 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19134 (seed: 4142725908)
I20241029 16:32:45.794802 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(LZ^t'{q9GJdle'6B&{!75\EBJFHBn/_?4o4LI.x-84{H+6L"}y{SW04?J5]>rI:R0=xJow^y,ZNnb0`,"c0")
I20241029 16:32:45.794832 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.796310 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.796344 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19134
I20241029 16:32:45.796392 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19135 (seed: 2384969784)
I20241029 16:32:45.797399 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(/mQS:7dwJ0u`tp1Yo]dv?q)\]5Tb,"c0")
I20241029 16:32:45.797428 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.798782 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.798815 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19135
I20241029 16:32:45.798866 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19136 (seed: 2072002275)
I20241029 16:32:45.800388 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(8e&e,"c0")
I20241029 16:32:45.800417 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.801803 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.801839 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19136
I20241029 16:32:45.801890 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19137 (seed: 471721684)
I20241029 16:32:45.802021 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,null)
I20241029 16:32:45.802043 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.802407 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.802982 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.803239 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.803277 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.803310 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19137
I20241029 16:32:45.803352 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19138 (seed: 99367719)
I20241029 16:32:45.804549 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(;IHqa)MIzTUGZ)o%qb(0_;v,"c0")
I20241029 16:32:45.804577 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.805958 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.805991 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19138
I20241029 16:32:45.806041 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19139 (seed: 3062611520)
I20241029 16:32:45.807690 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(;_NjO):^f%G!)#:DFOG"xtz7."t`V3f_9,"c0")
I20241029 16:32:45.807726 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.809240 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.809278 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19139
I20241029 16:32:45.809329 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19140 (seed: 3489534211)
I20241029 16:32:45.811293 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(/keCUL~:'R%tT(\h#Qu,nhpiQbW9*>6?N%ibc5'))f%)kk,"c0")
I20241029 16:32:45.811324 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.812647 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.812680 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19140
I20241029 16:32:45.812729 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19141 (seed: 551723062)
I20241029 16:32:45.813555 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(Rb{!'Q#O816RUI"2AP%C\KN&H|o@3w://Jo]),=p[$q]S)dxr[NH5:V5oL=}j/OmFccz:H_5zp]epAh6)>?:NCxt>.d$F"]6Flqe(sM-ai Done with iteration 19141
I20241029 16:32:45.815027 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19142 (seed: 3052651491)
I20241029 16:32:45.816118 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp($o|"8}cZjybLBSfWd]0;rE[=+w*t0Y$Wp?'gWdL:,#J>ZrB@pLYM/tpe+cjs_?,fBe|avMEIV\9Qg11@AS4Nj7k~;V.]{&Ured2hpr&*(tdl24KNzT!%&^UTa1ud4B\-2$R!%enQa\')
I20241029 16:32:45.816144 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.817582 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.817616 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19142
I20241029 16:32:45.817659 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19143 (seed: 2295575561)
I20241029 16:32:45.818754 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",null)
I20241029 16:32:45.818784 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.819326 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.820086 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.820380 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.820421 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.820461 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19143
I20241029 16:32:45.820516 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19144 (seed: 273366164)
I20241029 16:32:45.822510 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(YPgMzTW&b?Chx/Vv.yqaC]1;"7fA2PV{W#D%38l>?_uG)k7ef$06g9]|_6Ezif`?-d?uU~?B*LWlA%q4gz%Re\]B[YA Done with iteration 19144
I20241029 16:32:45.823978 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19145 (seed: 2580608568)
I20241029 16:32:45.824774 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(./{Chji9d|im%2K:[A/5K9LI5XQXaAn\bHBgS,null)
I20241029 16:32:45.824800 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.825183 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.825841 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.826148 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.826189 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.826231 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19145
I20241029 16:32:45.826277 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19146 (seed: 2693857410)
I20241029 16:32:45.826623 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp([bDVX[|a#`jHc2|C8c\9zk(Z4JA*FZ62GVoJo2mXo;|+h]nmKC&:(x:T-NdB[CtHBV,kI.5yf\(`cW{c02p,Gdi8@7R.,VpZ!ML/M+#>BZN7QmK|r}?Vyy"mmdm^VQ(u:rDom"QG[^e;\W#dt=G3H()ZbD0-K7G4cKJ=ZN#Fc\-[eVI=>MQhuI)
I20241029 16:32:45.826651 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.828040 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.828078 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19146
I20241029 16:32:45.828121 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19147 (seed: 4010715116)
I20241029 16:32:45.829301 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(+?{2SX{},8?tqMopW&t|[aD|{.?@oZSv_Q7?\u^7k)
I20241029 16:32:45.829331 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.830685 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.830721 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19147
I20241029 16:32:45.830765 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19148 (seed: 1562804072)
I20241029 16:32:45.831934 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",w\Bt3ah>9;Kf+(bBDkNh"d8~0d3uzU7R3t}$PiRJ5IE#b;f=,nbe%6,h'3BC&7.\W4Hb!x_Nq Done with iteration 19148
I20241029 16:32:45.833456 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19149 (seed: 3045509607)
I20241029 16:32:45.834492 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(XvEo9if#e3p(&(%Fc("\Eh'9#7?3R"QzReX9J@E}Y>mMVal.b9+D.teZQmB952LtHi4uM|1}p5u}qYzZQwRF'bV,pZNf)b^pt+b5Jnm=t]k.+Bp~^y#te1tgE"a4D6yaeQ^k$dW?R: Done with iteration 19149
I20241029 16:32:45.835897 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19150 (seed: 1874950399)
I20241029 16:32:45.836903 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(T8V+rN;l=ssJRb`eaA+02j;JH!;Z)
I20241029 16:32:45.836931 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.838218 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.838248 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19150
I20241029 16:32:45.838289 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19151 (seed: 1461744684)
I20241029 16:32:45.839222 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,OaO5&Qruc=lfM)3}s!p`8^V{/>^"z8.[~^z5Zq$\5R0:n6MWVNGD@iAZK,M(Ux9qM&>!n3:?`07fEV[s5S7oCk)
I20241029 16:32:45.839247 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.839618 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.840226 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.840586 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.840628 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.840670 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19151
I20241029 16:32:45.840718 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19152 (seed: 449630542)
I20241029 16:32:45.841616 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,Z@KA&l%|W%G_%7GKd3tVb2hWnQY|>9%$KDH2tqM[n_IbtCx%6@8R&_L'PU_VwW]V)
I20241029 16:32:45.841642 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.842027 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.842638 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.842917 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.842955 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.842993 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19152
I20241029 16:32:45.843039 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19153 (seed: 1214746451)
I20241029 16:32:45.844026 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,j:TO{X^ui4IM"HW^y\FaGpbq%yC?Z~YC2*BGK`a Done with iteration 19153
I20241029 16:32:45.845378 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19154 (seed: 276160585)
I20241029 16:32:45.846339 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(V)hb+)LD[jJKom,*X=g\`UKC~,"c0")
I20241029 16:32:45.846369 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.847749 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.847782 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19154
I20241029 16:32:45.847829 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19155 (seed: 1744101732)
I20241029 16:32:45.848134 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,X`j`#'5|qc44)E]JIQs]-H7l$+(u\O"/3?n7A6P$oVh|^k"=`Ob.,gpedfCY4TI34cM1Y:j7|)
I20241029 16:32:45.848158 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.848558 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.849352 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.849658 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.849695 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.849735 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19155
I20241029 16:32:45.849783 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19156 (seed: 1234282188)
I20241029 16:32:45.850996 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(sQ78zTcfJ6gv^5@S3uf>V,"c0")
I20241029 16:32:45.851025 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.852331 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.852366 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19156
I20241029 16:32:45.852416 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19157 (seed: 3784177604)
I20241029 16:32:45.854461 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0","c1")
I20241029 16:32:45.854490 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.856086 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.856119 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19157
I20241029 16:32:45.856185 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19158 (seed: 1331248849)
I20241029 16:32:45.856617 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,ZyAW{F"b?6]"ivM\ Done with iteration 19158
I20241029 16:32:45.858306 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19159 (seed: 1313015714)
I20241029 16:32:45.859107 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,e:>JC|9r-&imGwc7ISw_gNHnru/3,4m#e3~*C$K)
I20241029 16:32:45.859133 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.859509 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.860085 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.860384 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.860425 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.860466 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19159
I20241029 16:32:45.860512 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19160 (seed: 3288591764)
I20241029 16:32:45.861546 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(AaXF,aaSs)5a7bWqyfD8y)
I20241029 16:32:45.861572 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.862952 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.862988 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19160
I20241029 16:32:45.863032 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19161 (seed: 2515371928)
I20241029 16:32:45.864095 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",K="W"W^&PnY6Vd?&+?wR6\>SCcz|^PY$XM#KpR79^&5He3=qY2,'\J+5UA71iqe1yjQt\H(Zt&c,-'.QDT]Y706C74,l)
I20241029 16:32:45.864125 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.865590 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.865628 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19161
I20241029 16:32:45.865680 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19162 (seed: 1115265736)
I20241029 16:32:45.866614 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(e(n6}aVKC Done with iteration 19162
I20241029 16:32:45.868052 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19163 (seed: 3439826798)
I20241029 16:32:45.870098 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(~BYkB9Bxi^Fit"l"&&lcK\]Xo^8J},null)
I20241029 16:32:45.870126 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.870510 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.871172 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.871474 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.871515 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.871551 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19163
I20241029 16:32:45.871594 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19164 (seed: 1697315679)
I20241029 16:32:45.872608 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",uSX&sx*7]W]-u)
I20241029 16:32:45.872642 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.873967 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.873999 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19164
I20241029 16:32:45.874047 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19165 (seed: 878680380)
I20241029 16:32:45.875224 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,*cEt*oPl2{JSEqum@Kg-TYddOYT!C[60eH='Mqj!DksTlbH??hBo5Tgl7G$rCkBJ`I]UjHi*J}'.x})
I20241029 16:32:45.875257 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.875643 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.876258 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.876539 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.876577 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.876616 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19165
I20241029 16:32:45.876662 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19166 (seed: 363835024)
I20241029 16:32:45.876859 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(d,R,Y'3*{{diJe?xECnvC4BEK=9?r Done with iteration 19166
I20241029 16:32:45.878343 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19167 (seed: 841725687)
I20241029 16:32:45.878655 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,C%9"MHxaEI^.K3763T,?~a Done with iteration 19167
I20241029 16:32:45.880008 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19168 (seed: 156574846)
I20241029 16:32:45.880960 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(,i,lDFrEV`B::[Gu!),BPK$_4AWCk^; Done with iteration 19168
I20241029 16:32:45.882808 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19169 (seed: 4035306294)
I20241029 16:32:45.884126 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,8k[@*I^p+`Y(|UZ+"%!NV^QR]XB[K%Ye}W~68}dc\(&2>xk1b=muPc{a,Wqlg)
I20241029 16:32:45.884155 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.884568 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.885202 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.885542 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.885586 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.885627 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19169
I20241029 16:32:45.885674 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19170 (seed: 400321042)
I20241029 16:32:45.887140 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(Wm?/=f#ygb!OBO0,G5Kr,u!Ztlx,"c0")
I20241029 16:32:45.887187 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.889894 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.889936 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19170
I20241029 16:32:45.889998 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19171 (seed: 3773558807)
I20241029 16:32:45.891278 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(N4;,c"&P/Icg}=}-{@}\O/:%x>Pbx_R"&f]T/,]IQdk'^nl@EM=CjQX!$#a$-iyC*3i]KFs'`:1yS.!l;)
I20241029 16:32:45.891305 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.892735 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.892772 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19171
I20241029 16:32:45.892817 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19172 (seed: 1850668580)
I20241029 16:32:45.894181 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(2H1_m;PT2.N$Hn#iD/Q>5sp./wFSdc#i,8+~6>~'7}3JWe)
I20241029 16:32:45.894217 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.895702 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.895737 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19172
I20241029 16:32:45.895782 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19173 (seed: 3387561472)
I20241029 16:32:45.897045 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",:;(cF#`nt[KQ)B(-\dMa~j3bE{*HCkV8Cbg7c)
I20241029 16:32:45.897186 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.898819 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.898854 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19173
I20241029 16:32:45.898905 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19174 (seed: 1697355926)
I20241029 16:32:45.899158 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",CN~8ju2t(3xmqd[h@~g~Sjt]w'+[|&m9ta=e.Rd'|Ivzf|O9L_2fE$(?pt)
I20241029 16:32:45.899185 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.900595 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.900627 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19174
I20241029 16:32:45.900676 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19175 (seed: 3866595677)
I20241029 16:32:45.901010 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(l~^\VIf[oJ?=^jq4!)$p6BqNHSf&$o=yZ(YcOTLNeNB$X|htZhJ-7VI>/%&LR} Done with iteration 19175
I20241029 16:32:45.902556 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19176 (seed: 861367164)
I20241029 16:32:45.903697 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",]1lk;$B1DGwtA`M;tB@@z|q-p8u^G8""K\uj"YmE()hLyxk/IP2h9:w_LuhACk$y-G_FMA.xgbOa})VZVYP)
I20241029 16:32:45.903733 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.905344 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.905382 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19176
I20241029 16:32:45.905467 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19177 (seed: 4294526684)
I20241029 16:32:45.905786 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",p\-FBrk{lQ[qa!h>`$ Done with iteration 19177
I20241029 16:32:45.907231 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19178 (seed: 593403496)
I20241029 16:32:45.907449 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(^s62o"7YWLkOIF'tXEQ0Jx3=/*5EfIKR'm"8O".hd1b"^T$!JaI&;7*;(,_s#OSP,T|&$S}@C:HM0i|I%mhusd~n0,j8tU)
I20241029 16:32:45.907475 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.908872 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.908908 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19178
I20241029 16:32:45.908951 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19179 (seed: 3561439775)
I20241029 16:32:45.909260 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,>%j0^(,sSEFdjLdDXNtY9p:3n3I*aFi#C.pk;I)b?soT*%_EJ@m)1Ha'3~-"MkJ)
I20241029 16:32:45.909286 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.909667 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.910247 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.910612 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.910655 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.910694 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19179
I20241029 16:32:45.910740 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19180 (seed: 262757582)
I20241029 16:32:45.911665 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,VFD6T7LMyt17@5^dqN^hon.M_WfG9FYk=Z?L>.a)J-/.R\0Gt4_u1r}IJ%>]az:)
I20241029 16:32:45.911691 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.912067 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.912649 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.912907 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.912943 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.912979 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19180
I20241029 16:32:45.913024 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19181 (seed: 323047034)
I20241029 16:32:45.913282 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,D1/$FG',@"m%1yZ>"%ux5!}&)
I20241029 16:32:45.913306 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.913720 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.914618 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.915016 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.915076 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.915138 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19181
I20241029 16:32:45.915207 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19182 (seed: 1159036621)
I20241029 16:32:45.915498 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,9apfDoQF{7,Ak@`1P6A*hx,mFzGBf0P~Y"u,RpmRsR--#?Pn.yN!6;FN'%UYieNLrfI1)
I20241029 16:32:45.915534 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.916013 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.916654 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.916960 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.917001 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.917039 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19182
I20241029 16:32:45.917083 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19183 (seed: 354254315)
I20241029 16:32:45.917361 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,Zy"[NeUqMNrOHLI?RnXfML6!$ViYF:\)T49iZZm)=jE|*;wQ2)LM"T]:H|5w)
I20241029 16:32:45.917385 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.917766 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.918391 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.918691 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.918730 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.918769 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19183
I20241029 16:32:45.918814 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19184 (seed: 2708409844)
I20241029 16:32:45.921054 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0","c1")
I20241029 16:32:45.921097 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.923319 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.923360 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19184
I20241029 16:32:45.923426 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19185 (seed: 2091262251)
I20241029 16:32:45.925032 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(x'|5]f'*>?PaShG!1nZzN:3B73-h%%J=ubGE[z"gW:-9tbHXCkW"{]O+&2vQ,"c0")
I20241029 16:32:45.925104 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.926661 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.926694 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19185
I20241029 16:32:45.926748 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19186 (seed: 1416932093)
I20241029 16:32:45.927091 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",null)
I20241029 16:32:45.927119 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.927752 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.928609 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.928928 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.928972 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.929013 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19186
I20241029 16:32:45.929066 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19187 (seed: 3688573931)
I20241029 16:32:45.929376 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(9S3':>,null)
I20241029 16:32:45.929401 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.929785 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.930478 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.930796 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.930838 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.930881 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19187
I20241029 16:32:45.930928 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19188 (seed: 1139848433)
I20241029 16:32:45.931586 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(nxC~fkB85.r=6~mX[S,e7;=yS,Zgl92SX)
I20241029 16:32:45.931617 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.933068 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.933097 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19188
I20241029 16:32:45.933140 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19189 (seed: 3936146574)
I20241029 16:32:45.933612 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(xcqy832$t3lR^4Nn}$5deAjYlYLTp2f0:Y/bqq+ULVq[vAZ$#,NboK@CXW`AmZdmVrrOKlu6])
I20241029 16:32:45.933638 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.935088 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.935122 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19189
I20241029 16:32:45.935166 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19190 (seed: 2746008708)
I20241029 16:32:45.935608 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,null)
I20241029 16:32:45.935634 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.935987 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.936544 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.936812 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.936849 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:45.936884 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19190
I20241029 16:32:45.936928 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19191 (seed: 2087987840)
I20241029 16:32:45.938449 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",)
I20241029 16:32:45.938505 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:45.940717 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:45.940761 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19191
I20241029 16:32:45.940817 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19192 (seed: 1539322411)
I20241029 16:32:45.941884 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(4HE"^@F#6aHFM/sw&FywE~VL^5UT0-]cdKz48{fGcH:7w]g)6Q3TYd6X8dN-/cT\Go4I_ Done with iteration 19192
I20241029 16:32:47.443208 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19708 (seed: 2205774941)
I20241029 16:32:47.444489 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",y{LhklvbnPZVXZX']Gta/D8cUxsln=+\7px/Jkv9(wzr[DEHucTkg)
I20241029 16:32:47.444521 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:47.445923 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:47.445958 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19708
I20241029 16:32:47.446012 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19709 (seed: 1945474253)
I20241029 16:32:47.446252 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(h+ Done with iteration 19709
I20241029 16:32:47.448040 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19710 (seed: 505847010)
I20241029 16:32:47.449201 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,PVs$$_L;m!//FG5nQBT)H\G0g Done with iteration 19710
I20241029 16:32:47.450644 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19711 (seed: 3550110239)
I20241029 16:32:47.452193 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(3[n~2$|^!J.rcr&xs14/%'C{-OTXobr"OZ@7z}TCkC8r}W:8Z[pdJ)iw@W-*>-;"i$kB'b,"c0")
I20241029 16:32:47.452222 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:47.453725 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:47.453759 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19711
I20241029 16:32:47.453814 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19712 (seed: 2157538976)
I20241029 16:32:47.454864 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,null)
I20241029 16:32:47.454903 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:47.455394 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:47.456136 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:47.456560 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:47.456605 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:47.456650 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19712
I20241029 16:32:47.456804 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19713 (seed: 2502518822)
I20241029 16:32:47.457165 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(S!JOm7Y\([K=9I^7^qg]9i``+EG7JUJPN"Fu2qVNi:xI_VA=V,"%"Lbde@FE~#4,bo.u#|)yFiIO"||7MfOJY'!krRa?-^LG~aDnQOqrkhi|7uuI2gc6%Q#/+.+junn>vr=~{5)
I20241029 16:32:47.457293 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:47.459048 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:47.459084 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19713
I20241029 16:32:47.459128 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19714 (seed: 1004497771)
I20241029 16:32:47.460247 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",G#\n27]f; Done with iteration 19714
I20241029 16:32:47.462002 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19715 (seed: 1007902490)
I20241029 16:32:47.462383 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,null)
I20241029 16:32:47.462421 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:47.462950 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:47.463677 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:47.464020 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:47.464072 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:47.464129 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19715
I20241029 16:32:47.464198 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19716 (seed: 407636382)
I20241029 16:32:47.465314 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",|?q;h! Done with iteration 19716
I20241029 16:32:47.466882 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19717 (seed: 2309290268)
I20241029 16:32:47.467525 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(Rx"ns?s;+N\2:h^Pdu`zP:pd?F:4X>(FcA+yqdcgrNG8r9QS@E:!.+tz=&ZdOLT>F0n?T,)
I20241029 16:32:47.467550 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:47.468902 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:47.468935 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19717
I20241029 16:32:47.468978 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19718 (seed: 1086888242)
I20241029 16:32:47.471544 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,"c0")
I20241029 16:32:47.471589 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:47.472162 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:47.473098 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:47.473510 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:47.473551 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:47.473632 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19718
I20241029 16:32:47.473806 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19719 (seed: 3138737116)
I20241029 16:32:47.474303 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,g+NC["IHxDoiRfHEiCn=mXF#Iq8Y:|3p!}RE8NjjPgz@zm8tdff(Ct(9j@|dE&IfG8b)
I20241029 16:32:47.474335 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:47.474948 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:47.475659 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:47.476027 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:47.476069 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:47.476111 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19719
I20241029 16:32:47.476158 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19720 (seed: 3841071205)
I20241029 16:32:47.478741 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0","c1")
I20241029 16:32:47.478785 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:47.480919 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:47.480978 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19720
I20241029 16:32:47.481076 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19721 (seed: 618603227)
I20241029 16:32:47.483980 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0","c1")
I20241029 16:32:47.484027 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:47.487494 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:47.487634 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19721
I20241029 16:32:47.487841 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19722 (seed: 2253791053)
I20241029 16:32:47.490018 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,null)
I20241029 16:32:47.490059 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:47.490528 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:47.491160 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:47.491480 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:47.491520 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:47.491609 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19722
I20241029 16:32:47.491670 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19723 (seed: 2491649834)
I20241029 16:32:47.492405 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,null)
I20241029 16:32:47.492434 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:47.492825 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:47.493415 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:47.493705 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:47.493744 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:47.493782 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19723
I20241029 16:32:47.493827 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19724 (seed: 1305751456)
I20241029 16:32:47.494513 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(!Z&q8&0-YC=hMUm4/Z\0f_~MwY7vju.}p+fteIyr|Sr9h)!+62=.W2U]psluv>g\O^%V4i)
I20241029 16:32:47.494539 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:47.496327 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:47.496363 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19724
I20241029 16:32:47.496407 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19725 (seed: 2308903436)
I20241029 16:32:47.497592 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0","c1")
I20241029 16:32:47.497622 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:47.498975 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:47.499009 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19725
I20241029 16:32:47.499064 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19726 (seed: 3447909014)
I20241029 16:32:47.499295 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(PTz$D3{C%_gPw,.h5@8QD~H)F~8j"y%,C|U>?>w1&'=][.)qQ""EK.y.H`n.!][4Qd`B Done with iteration 19726
I20241029 16:32:47.500751 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19727 (seed: 1145482122)
I20241029 16:32:47.502429 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(Io%[H~y4ZJ\5oTV,gjcCG\JAG&Iqxf1FQPi~r]W,"c0")
I20241029 16:32:47.502462 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:47.503871 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:47.503906 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19727
I20241029 16:32:47.503952 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19728 (seed: 4225711316)
I20241029 16:32:47.505146 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",@hp^+i6f'd!415m8m)WIyT5tdRfw\%=!8Wp Done with iteration 19728
I20241029 16:32:47.506738 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19729 (seed: 1207898638)
I20241029 16:32:47.507694 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,iaAQRVDG Done with iteration 19729
I20241029 16:32:47.509162 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19730 (seed: 3408604807)
I20241029 16:32:47.509375 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(bm3vm(F7N19TV)F5P!YY'xMI;pBE(,tQfJIT4#\{!Kq;=y%&S]cT}D_y;zFky1ZnS)Ci4-otV+LI]dR>y Done with iteration 19730
I20241029 16:32:47.510807 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19731 (seed: 3811666115)
I20241029 16:32:47.512297 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(mnpQ"ZAY)_,@%FL]".'\?QQRQd,"c0")
I20241029 16:32:47.512341 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:47.513940 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:47.513976 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19731
I20241029 16:32:47.514030 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19732 (seed: 2096442424)
I20241029 16:32:47.515257 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(2uP:YOU8w8i0#"xuUbE3Y^d@3thyrtbKMCt,"c0")
I20241029 16:32:47.515288 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:47.516795 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:47.516831 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19732
I20241029 16:32:47.516887 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19733 (seed: 3178493541)
I20241029 16:32:47.518052 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(?:)9n!_4IRP,"c0")
I20241029 16:32:47.518083 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:47.519934 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:47.519974 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 19733
I20241029 16:32:47.520035 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 19734 (seed: 3247494978)
I20241029 16:32:47.522449 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0","c1")
I20241029 16:32:49.147430 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.319986 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20436 (seed: 3618376795)
I20241029 16:32:49.320683 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(k&1&cR']qC{WI9hXI-2eDc`%eC=.mxruzT,9oPvZaIFjI430I.Ia,~1)rF([=`"+,HX%Nh7JwODR4l1d"dslH%]:YT".Ok-|$z[wuu,p#xA{u)
I20241029 16:32:49.320709 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.322160 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.322193 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20436
I20241029 16:32:49.322235 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20437 (seed: 2415104770)
I20241029 16:32:49.323206 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(t>g24Cd|,{C8VQ{Zq~4R]20B=[o}vJ}L2z@dUG|?C1Tvf7,"c0")
I20241029 16:32:49.323235 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.324779 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.324815 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20437
I20241029 16:32:49.324863 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20438 (seed: 2188838207)
I20241029 16:32:49.325091 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",null)
I20241029 16:32:49.325119 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.325572 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.326308 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.326586 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.326623 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.326658 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20438
I20241029 16:32:49.326701 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20439 (seed: 389950239)
I20241029 16:32:49.327716 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(EdG36~-~EsZf~}RI[YSzWT@`WM4/SVmK:GVMw"xZDLQxKj:,\G*?RkXq3NwYhjah$}'g&H}(LkWKY6)Y_QR,"c0")
I20241029 16:32:49.327744 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.329172 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.329205 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20439
I20241029 16:32:49.329253 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20440 (seed: 3839639494)
I20241029 16:32:49.330629 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(*\q8ew Done with iteration 20440
I20241029 16:32:49.332430 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20441 (seed: 2823709711)
I20241029 16:32:49.334466 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0","c1")
I20241029 16:32:49.334498 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.336062 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.336099 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20441
I20241029 16:32:49.336159 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20442 (seed: 352171428)
I20241029 16:32:49.336999 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(r_"|!NCzO{-1)|+Rf Done with iteration 20442
I20241029 16:32:49.338390 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20443 (seed: 1317162479)
I20241029 16:32:49.339534 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,null)
I20241029 16:32:49.339560 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.339924 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.340476 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.340734 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.340770 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.340806 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20443
I20241029 16:32:49.340848 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20444 (seed: 102294383)
I20241029 16:32:49.340991 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,b+]m5PQHc+049JiBQtM'fu7)
I20241029 16:32:49.341015 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.341373 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.341962 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.342262 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.342301 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.342337 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20444
I20241029 16:32:49.342381 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20445 (seed: 318546728)
I20241029 16:32:49.343369 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,"c0")
I20241029 16:32:49.343405 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.343824 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.344509 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.344786 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.344825 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.344859 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20445
I20241029 16:32:49.344911 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20446 (seed: 382333655)
I20241029 16:32:49.345422 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(lL[*5U@b[Z-?U]\g#e[,~|K-"(:vifg)
I20241029 16:32:49.345448 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.346802 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.346838 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20446
I20241029 16:32:49.346882 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20447 (seed: 1069577934)
I20241029 16:32:49.347977 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,"c0")
I20241029 16:32:49.348006 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.348506 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.349246 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.349570 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.349609 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.349647 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20447
I20241029 16:32:49.349718 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20448 (seed: 128865063)
I20241029 16:32:49.350256 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp([\mqO2>W:K$H\,F}~7*1Nf-.>ym@K;%!nnL6A?~hWZEYWaR[IewOKau.b={lx=3cmsg`:'nzOpdo)
I20241029 16:32:49.350284 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.351732 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.351766 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20448
I20241029 16:32:49.351809 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20449 (seed: 2419985901)
I20241029 16:32:49.352020 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(M-RZnEGC+/{40RNd4K`9Qq+ec|UfKQobq:jsp&e;Pm>hU!2e: Done with iteration 20449
I20241029 16:32:49.353416 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20450 (seed: 1526509481)
I20241029 16:32:49.353621 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(dVh,20LG`;yYpY6](d1NmC{7L4ZRi[%cPFO>z)
I20241029 16:32:49.353646 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.354969 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.355000 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20450
I20241029 16:32:49.355042 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20451 (seed: 3983731592)
I20241029 16:32:49.356891 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,"c0")
I20241029 16:32:49.356925 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.357339 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.357993 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.358273 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.358309 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.358345 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20451
I20241029 16:32:49.358399 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20452 (seed: 710175437)
I20241029 16:32:49.359460 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(a.KyEH9n7P5"b}%?g%TD9`X,null)
I20241029 16:32:49.359485 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.359858 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.360473 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.360741 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.360777 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.360812 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20452
I20241029 16:32:49.360857 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20453 (seed: 1239672944)
I20241029 16:32:49.361377 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(e?Tux*UrwS''XZbDDBk:E;{uZ@;Z?oUN%[email protected] +|>~,)
I20241029 16:32:49.361400 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.362756 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.362792 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20453
I20241029 16:32:49.362838 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20454 (seed: 3332581828)
I20241029 16:32:49.364445 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(,null)
I20241029 16:32:49.364476 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.364931 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.365650 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.365939 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.365978 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.366014 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20454
I20241029 16:32:49.366058 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20455 (seed: 2386264824)
I20241029 16:32:49.367447 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,null)
I20241029 16:32:49.367472 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.367836 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.368402 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.368697 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.368739 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.368832 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20455
I20241029 16:32:49.368882 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20456 (seed: 1371853755)
I20241029 16:32:49.369927 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(H!v Done with iteration 20456
I20241029 16:32:49.371472 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20457 (seed: 2722873276)
I20241029 16:32:49.372489 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",null)
I20241029 16:32:49.372516 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.372972 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.373813 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.374099 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.374137 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.374173 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20457
I20241029 16:32:49.374225 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20458 (seed: 3686463002)
I20241029 16:32:49.374557 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(9F,null)
I20241029 16:32:49.374579 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.374948 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.375530 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.375841 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.375877 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.375913 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20458
I20241029 16:32:49.375958 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20459 (seed: 3405967498)
I20241029 16:32:49.376344 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(eL+"@]pB+R6?+G=#[p,P=y?%2'RrtYdeejPV[dkzD1C:q;hn.WTm:L"6dhC^NycdR?yu31)(v=(Sa#c'[+p1,dmdeqqfV:C/WWi!"?TGtaa(QA7a-[)
I20241029 16:32:49.376369 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.377753 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.377786 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20459
I20241029 16:32:49.377830 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20460 (seed: 1036018697)
I20241029 16:32:49.378679 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(~e~`UgH^SYTGQFR%,null)
I20241029 16:32:49.378706 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.379088 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.379752 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.380019 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.380056 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.380095 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20460
I20241029 16:32:49.380141 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20461 (seed: 1144182556)
I20241029 16:32:49.381148 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(ut(@%tYgsC~cW-,JsM74*.JI/$*&o>z|dg!hsbrEa,78}trwM"C:# Done with iteration 20461
I20241029 16:32:49.382683 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20462 (seed: 1845882773)
I20241029 16:32:49.383246 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(?:BBfSTYUm52u2y\O9Gv@`}E\&^'aC,(\}t@\"m=S0)
I20241029 16:32:49.383271 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.384660 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.384692 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20462
I20241029 16:32:49.384734 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20463 (seed: 3887694297)
I20241029 16:32:49.385243 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(jTA^i)lrak>((*pxG~:aElamm Done with iteration 20463
I20241029 16:32:49.386838 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20464 (seed: 3572416324)
I20241029 16:32:49.387416 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(^(\R;vq*)KTHoEa"LV~DE;9,=v(L0cm{@LFv$rV|fZEhMa+)
I20241029 16:32:49.387444 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.388870 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.388903 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20464
I20241029 16:32:49.388947 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20465 (seed: 1552931573)
I20241029 16:32:49.389745 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(dm>0LKZR0t_oO/+jwR4gQ^O,2+r}n9~#&E}oYkB+VPFPMNz9+O\[email protected] @ Done with iteration 20465
I20241029 16:32:49.391129 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20466 (seed: 981466985)
I20241029 16:32:49.392614 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",,X2>M1A4h7#zbH5n#`Vhlg?;0X'UU{^|~)
I20241029 16:32:49.392642 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.394225 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.394255 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20466
I20241029 16:32:49.394315 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20467 (seed: 1962730258)
I20241029 16:32:49.396298 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0","c1")
I20241029 16:32:49.396327 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.397693 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.397729 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20467
I20241029 16:32:49.397785 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20468 (seed: 2066806722)
I20241029 16:32:49.398075 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,4#-_nF)
I20241029 16:32:49.398100 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.398473 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.399039 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.399358 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.399399 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.399441 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20468
I20241029 16:32:49.399487 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20469 (seed: 210985085)
I20241029 16:32:49.399757 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",$cj2Il}>FH")
I20241029 16:32:49.399783 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.401088 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.401119 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20469
I20241029 16:32:49.401162 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20470 (seed: 4058505448)
I20241029 16:32:49.401703 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",v]T6gelmB9VwReXW8#)
I20241029 16:32:49.401731 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.403105 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.403141 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20470
I20241029 16:32:49.403187 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20471 (seed: 3435759373)
I20241029 16:32:49.404141 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(p(1.^.Z[Ux.\/PkZ+]e0'&k`)Jk55v??gz-YZ,-+m{m'\=J-G:y8sy(#D#_Ljvb&MYSh=Mg)jY{2Ks.A,,`.U^wr7~*C#D15*:wnN?)9f$NV`pL_m7He')
I20241029 16:32:49.404167 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.405535 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.405565 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20471
I20241029 16:32:49.405606 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20472 (seed: 2387124323)
I20241029 16:32:49.406668 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,null)
I20241029 16:32:49.406693 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.407059 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.407675 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.408047 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.408085 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.408123 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20472
I20241029 16:32:49.408167 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20473 (seed: 447375819)
I20241029 16:32:49.409215 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(lpw'o_g*Z[fScz3fW Done with iteration 20473
I20241029 16:32:49.410637 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20474 (seed: 3932128955)
I20241029 16:32:49.411741 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,GOSQr'P9lbu2t1\)
I20241029 16:32:49.411767 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.412153 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.412840 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.413115 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.413151 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.413187 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20474
I20241029 16:32:49.413230 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20475 (seed: 1094015246)
I20241029 16:32:49.414865 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(cH;"~[A,D\53a|sGfl'TYNc&'6t/de_}K4Em'Q,"c0")
I20241029 16:32:49.414892 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.416507 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.416539 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20475
I20241029 16:32:49.416594 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20476 (seed: 3075569128)
I20241029 16:32:49.417663 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",3$^v>#)
I20241029 16:32:49.417692 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.419020 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.419052 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20476
I20241029 16:32:49.419103 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20477 (seed: 3002265761)
I20241029 16:32:49.419569 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(@*W>.b*yZ\wZ!d+#>o`fgFW*)_%c^7Gc|VXXU_[X']!;UBrGm`xIu+]@#`Hqgx?2P9DHoF\LD:=*,"c0")
I20241029 16:32:49.419597 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.421085 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.421118 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20477
I20241029 16:32:49.421168 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20478 (seed: 517108074)
I20241029 16:32:49.421389 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",qh>nT-4 Done with iteration 20478
I20241029 16:32:49.422820 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20479 (seed: 2166544076)
I20241029 16:32:49.424142 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",null)
I20241029 16:32:49.424171 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.424688 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.425500 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.425776 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.425812 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.425849 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20479
I20241029 16:32:49.425907 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20480 (seed: 9233629)
I20241029 16:32:49.426172 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(MnPupgJw#wt:UnYIio7|UNB)0(8J'j]@yFYl,'tSn&*:vSi]YGcZ+5wLG:2='ccJ,{`EI{a>)
I20241029 16:32:49.426196 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.427516 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.427551 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20480
I20241029 16:32:49.427592 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20481 (seed: 4167953939)
I20241029 16:32:49.428711 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,J2w^fzU( Done with iteration 20481
I20241029 16:32:49.430193 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20482 (seed: 3117552796)
I20241029 16:32:49.431164 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(+c,null)
I20241029 16:32:49.431190 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.431563 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.432193 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.432533 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.432571 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.432608 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20482
I20241029 16:32:49.432654 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20483 (seed: 4212479945)
I20241029 16:32:49.433785 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0", Done with iteration 20483
I20241029 16:32:49.435488 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20484 (seed: 3877919821)
I20241029 16:32:49.435775 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,null)
I20241029 16:32:49.435801 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.436275 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.436951 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.437248 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.437290 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.437331 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20484
I20241029 16:32:49.437376 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20485 (seed: 494962042)
I20241029 16:32:49.438833 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(T381N>+SoZO+[dC@,Ce0IQl][f$Q[h-xVL!KO#LZo9OY,"c0")
I20241029 16:32:49.438871 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.440299 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.440333 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20485
I20241029 16:32:49.440387 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20486 (seed: 1117985914)
I20241029 16:32:49.441704 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(s"dm9~!)^!>E=Zw*V_B;}u+Xf$`OaH5&'~>,(=K?1Nr._HFaIjO]\Ts*no,"c0")
I20241029 16:32:49.441737 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.443476 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.443512 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20486
I20241029 16:32:49.443575 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20487 (seed: 2433471399)
I20241029 16:32:49.444242 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(PT4g9X6UqalY/a}WOwm35/f]Kr*bR@77to_Dr9[iU+6h&]>"0.TTzyons!Y=(zk Done with iteration 20487
I20241029 16:32:49.445744 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20488 (seed: 3601738843)
I20241029 16:32:49.447113 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(3r2LFRK:~_a,+VR#TdK{({j5L*3[qi^Q^6Sd\ZEU)A] Done with iteration 20488
I20241029 16:32:49.448765 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20489 (seed: 3744357791)
I20241029 16:32:49.449545 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(S3rf{Kk.+K;G-%gGfA/!IhFX_9pziVhO7c~L2.|;bIlTW+3_b0zfoUz2D11u%nmTPT7733z;# Done with iteration 20489
I20241029 16:32:49.451066 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20490 (seed: 1482017218)
I20241029 16:32:49.451354 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,Tr4i&fb7G5~y\A^thIAJ,`??pqR-HStc?;aDXd":P[{]WXfF)vm)
I20241029 16:32:49.451378 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.451747 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.452376 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.452677 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.452715 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.452752 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20490
I20241029 16:32:49.452796 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20491 (seed: 3853148308)
I20241029 16:32:49.453907 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(SMOQ*E|Tso{f0.t%TJ#\S7i]`0~Y;Rx6uU)=,"c0")
I20241029 16:32:49.453935 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.455530 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.455566 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20491
I20241029 16:32:49.455619 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20492 (seed: 1459131531)
I20241029 16:32:49.457491 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(n@GcY6"w'-M},@k^8I4x|XNz&v]'GUPe44,"c0")
I20241029 16:32:49.457520 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.458874 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.458904 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20492
I20241029 16:32:49.458951 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20493 (seed: 775927849)
I20241029 16:32:49.459937 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",weyr(nqmHS)
I20241029 16:32:49.459964 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.461201 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.461232 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20493
I20241029 16:32:49.461279 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20494 (seed: 762668715)
I20241029 16:32:49.462792 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(YwTTtV6cVq3,J%H[C$9y3!3||gt]WGoD;^%@jyS3p,"c0")
I20241029 16:32:49.462821 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.464198 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.464231 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20494
I20241029 16:32:49.464283 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20495 (seed: 4150880662)
I20241029 16:32:49.464447 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(l7Ln3"YXyKjqCxJ1,j5^6,zU)G?#d!0:^7E'3Vq/WzV=d_&",8("TeuV9ir!:SFP!')
I20241029 16:32:49.464470 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.465821 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.465852 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20495
I20241029 16:32:49.465893 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20496 (seed: 3628271235)
I20241029 16:32:49.466090 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,I]#bRo@x]'y|+k7O-DV)
I20241029 16:32:49.466115 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.466485 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.467043 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.467307 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.467344 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.467379 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20496
I20241029 16:32:49.467423 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20497 (seed: 212954089)
I20241029 16:32:49.468617 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",F*)
I20241029 16:32:49.468643 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.470080 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.470114 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20497
I20241029 16:32:49.470166 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20498 (seed: 1707883488)
I20241029 16:32:49.471163 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(axE+j}g=|;E>CJ[#[Wz|fd'9t7Kpx_TqBpqo53?AhX}i^_{|zx%SpBB8zR$Vjf#F, Done with iteration 20498
I20241029 16:32:49.472743 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20499 (seed: 1000022907)
I20241029 16:32:49.473429 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(E63UQ4$Oh\(V*3PO(R)N,V/}s?Ft.?`y9U)IYh^v/_dx,}@Rq#zv")
I20241029 16:32:49.473455 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.474772 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.474804 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20499
I20241029 16:32:49.474845 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20500 (seed: 1825481226)
I20241029 16:32:49.475845 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",/$F*eK[o184#cLzPGK'miQL`pT`@6$(3}?gG)
I20241029 16:32:49.475873 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.477245 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.477279 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20500
I20241029 16:32:49.477339 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20501 (seed: 948188661)
I20241029 16:32:49.479630 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0","c1")
I20241029 16:32:49.479660 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.481274 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.481310 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20501
I20241029 16:32:49.481371 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20502 (seed: 1290862101)
I20241029 16:32:49.483425 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0","c1")
I20241029 16:32:49.483454 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.484902 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.484938 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20502
I20241029 16:32:49.484995 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20503 (seed: 4160295277)
I20241029 16:32:49.486284 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(5Ara9ct-W1Z,"c0")
I20241029 16:32:49.486311 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.487854 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.487888 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20503
I20241029 16:32:49.487944 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20504 (seed: 3639724130)
I20241029 16:32:49.488917 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(08^1Y{T22\Y]X#Xce(ZQ:dXdr[E6Ra9tr(Oe$pK.'CP[qm~\O,]>>=gPbR3fhb=pFxhupe;vs`N[pdQZdv&yDd?-Y|=#MCcH5l.tCE`"8s>T#of[KF/r3{K)
I20241029 16:32:49.488945 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.490353 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.490384 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20504
I20241029 16:32:49.490427 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20505 (seed: 2837040052)
I20241029 16:32:49.491515 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",[isMbP& Done with iteration 20505
I20241029 16:32:49.493114 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20506 (seed: 1432389258)
I20241029 16:32:49.494195 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",r!5Z Done with iteration 20506
I20241029 16:32:49.495819 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20507 (seed: 2265659584)
I20241029 16:32:49.496172 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(z(hjE Done with iteration 20507
I20241029 16:32:49.497675 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20508 (seed: 579772803)
I20241029 16:32:49.497987 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(j-_=VA0nS5}}BKFAcEUsY\@n:CaO~/K)nv[n{uAJ&|(T\\EIW|WvW*rO>.+|)Dks)PbG,bzA!)S Done with iteration 20508
I20241029 16:32:49.499414 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20509 (seed: 4272665228)
I20241029 16:32:49.500375 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(U?4w>C563\nhZTIZN!5oC%ht[FV&ay_[!nWD{7{&NAVc_KBgl.b:RSduWh\S"'x{XG&z2ZutJ(X7l0dGTrEjPV:18v,"c0")
I20241029 16:32:49.500402 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.501739 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.501768 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20509
I20241029 16:32:49.501816 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20510 (seed: 4001799596)
I20241029 16:32:49.502889 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(59!9#:]TR5St%n?59cLeZ=!=8_,(}"^K)Hi= Done with iteration 20510
I20241029 16:32:49.504372 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20511 (seed: 650200651)
I20241029 16:32:49.506178 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0","c1")
I20241029 16:32:49.506206 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.507628 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.507659 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20511
I20241029 16:32:49.507714 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20512 (seed: 2470529344)
I20241029 16:32:49.508405 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,B%%"RB@8vgaZ}r^&?0XL#('r.|b=|4Q5QU'sK*G?6Vy{TC32hh Done with iteration 20512
I20241029 16:32:49.509732 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20513 (seed: 747297164)
I20241029 16:32:49.511376 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(?UksMpA?SO-tT1Gutv,"c0")
I20241029 16:32:49.511415 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.512992 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.513029 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20513
I20241029 16:32:49.513082 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20514 (seed: 3908207370)
I20241029 16:32:49.514307 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,"c0")
I20241029 16:32:49.514334 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.514745 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.515424 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.515774 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.515812 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.515851 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20514
I20241029 16:32:49.515903 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20515 (seed: 206048837)
I20241029 16:32:49.517148 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(QbyW"yC]`3*X/azY!u_{A}]k_|]+W2a`E,E"sz\dg;EbhhiX.A6S"SW03O(Q45ZRBbH0xR+@=v3X$IB6@v]h-S2C%l}|o3y$-h"@1I`tO'jg)
I20241029 16:32:49.517174 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.518496 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.518527 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20515
I20241029 16:32:49.518568 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20516 (seed: 3756435549)
I20241029 16:32:49.519608 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",p!#x\1*vJW.-&xivA3aF0:cugQ;UB3K2n"wmd"ETx\ub7)
I20241029 16:32:49.519635 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.520956 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.520987 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20516
I20241029 16:32:49.521034 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20517 (seed: 3332734790)
I20241029 16:32:49.521806 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,#Q1w.*m"?-A`yi2G7DS4*6aa6,Mm{Y7=d_I@(uQtG(>_9\dw=y/+2nZw]wo8Or\a/F-)
I20241029 16:32:49.521831 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.522192 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.522743 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.523006 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.523042 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.523077 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20517
I20241029 16:32:49.523121 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20518 (seed: 1910474752)
I20241029 16:32:49.524220 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",JT Done with iteration 20518
I20241029 16:32:49.525614 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20519 (seed: 1967839119)
I20241029 16:32:49.526799 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(v[gE;>,ky"!`)_G\BAx]7VMNWIujQ.oju'3t8TKKdsni/,lg Done with iteration 20519
I20241029 16:32:49.528267 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20520 (seed: 2622973262)
I20241029 16:32:49.528597 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(B]vA;tKRc|#{oD]GV]DX Done with iteration 20520
I20241029 16:32:49.530066 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20521 (seed: 2729731984)
I20241029 16:32:49.531067 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",>7k({Mf)sp@Aj'!ovz=c\q^_4y8MqTK\'u&6M/s;CdbZ5`^OsW9osu2h(~(9[)
I20241029 16:32:49.531096 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.532531 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.532573 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20521
I20241029 16:32:49.532626 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20522 (seed: 1331494293)
I20241029 16:32:49.534201 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(C%D9b?29c:}!\:@X\ Done with iteration 20522
I20241029 16:32:49.535975 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20523 (seed: 3200793222)
I20241029 16:32:49.537616 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(v-VZ(!G:C={v^PS8^;;t1oLB6g6+?A1>:Gs2tne_qdT3twOX8:8^-El0:sBqz`c*Hlf!oe`;fP91/U'z`I70lWda5af&)oX2P}!XsKE}vM+'IQu:Q=0hvi*)p2A'5!}3=tfF>qNi*Kdq)
I20241029 16:32:49.537649 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.539013 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.539043 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20523
I20241029 16:32:49.539084 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20524 (seed: 2813044007)
I20241029 16:32:49.540197 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",null)
I20241029 16:32:49.540225 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.540740 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.541534 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.541833 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.541872 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.541910 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20524
I20241029 16:32:49.541970 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20525 (seed: 1750732491)
I20241029 16:32:49.542296 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(TvEN,m5(hV+,\fIpZ"e-0]ct'q,99?IOs|FVjhqN^IBe-_jBv.pTl-h/)
I20241029 16:32:49.542328 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.543663 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.543695 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20525
I20241029 16:32:49.543738 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20526 (seed: 4063589811)
I20241029 16:32:49.544770 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,A((pr{/6}odr`Wz'{?!%|!- Done with iteration 20526
I20241029 16:32:49.546211 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20527 (seed: 89399315)
I20241029 16:32:49.546780 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(C>5CxR^6t|p*!YAGesjxp+*5g>yNS0,@@!S(2$gmeHk%h(Ji2dxL*HwyO)1K:)MQ&4)
I20241029 16:32:49.546806 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.548173 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.548208 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20527
I20241029 16:32:49.548250 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20528 (seed: 3393171447)
I20241029 16:32:49.548884 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(l*)!V~,h|HL(,!N@iXi0NYOkYE(kb=8-6Z}"U')
I20241029 16:32:49.548910 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.550200 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.550232 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20528
I20241029 16:32:49.550278 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20529 (seed: 3349453600)
I20241029 16:32:49.551306 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",m6wH3Gw},ml1!Nd=\oXK5{f4kr)
I20241029 16:32:49.551335 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.552762 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.552804 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20529
I20241029 16:32:49.552876 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20530 (seed: 1461829251)
I20241029 16:32:49.553543 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(ifWl=p"8dUg$}A({)85%ak/)bef^2z|]g32\l>jh'"hCjZ9J`@Q$N]P,(z`/76y)
I20241029 16:32:49.553576 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.553982 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.555264 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.555568 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.555608 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.555644 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20530
I20241029 16:32:49.555688 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20531 (seed: 4293785200)
I20241029 16:32:49.556747 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(EKpI1]3.+dtwPsFyz*~J)~Jb?0]W9k,"c0")
I20241029 16:32:49.556775 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.558204 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.558238 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20531
I20241029 16:32:49.558291 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20532 (seed: 810519570)
I20241029 16:32:49.559432 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",~k"2VM4F?L~y1W:6.U|#&'Z6Id)
I20241029 16:32:49.559463 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.561089 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.561126 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20532
I20241029 16:32:49.561182 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20533 (seed: 3956582453)
I20241029 16:32:49.563233 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(hl8z7k1_s9N?BtB,vbiI,"c0")
I20241029 16:32:49.563267 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.564939 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.564980 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20533
I20241029 16:32:49.565053 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20534 (seed: 826479400)
I20241029 16:32:49.565559 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp($Sfv\M3q>zIXVu4*WwY|P@iH8`_#VRRUNcW'7r\XnD"~)[y*g?6XtpP,$mmoZzz$p-sssL6ubCS}y^lal130~6 Done with iteration 20534
I20241029 16:32:49.567044 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20535 (seed: 1155754902)
I20241029 16:32:49.567266 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(-Yg:Nqm+7~r"yOQ=}O1.\omQo.tgvw*}m.8Z!q%{b$)z=5D@OmKoM)%q/SJ)
I20241029 16:32:49.567293 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.568614 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.568646 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20535
I20241029 16:32:49.568689 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20536 (seed: 3975655492)
I20241029 16:32:49.569868 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0", Done with iteration 20536
I20241029 16:32:49.571345 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20537 (seed: 3889601699)
I20241029 16:32:49.572649 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp((_6>9R3k&H9.HDpbu#f*Gr)8fR/,W%H?FpPc13,1my,5O&0Sm.alO%NO|@"Oj9VS9v)
I20241029 16:32:49.572682 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.574162 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.574198 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20537
I20241029 16:32:49.574244 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20538 (seed: 1285675493)
I20241029 16:32:49.575829 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(ySSxc't`/9?.tDM{)9?]zA'C"N~;,Vqe_@9BJU5DR:@\'(r|WvxtFE.t?@_+^(v+{B}=*G,gF*:ghKKVV&n5u;%,/)F(=0y?~JZl)
I20241029 16:32:49.575855 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.577241 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.577275 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20538
I20241029 16:32:49.577324 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20539 (seed: 1965100553)
I20241029 16:32:49.578423 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(,\Q0AYhm@G3R0aLeH8WYwe^$Cn^-YJNVhZRA:'>'2UQTDG8];kiy.l=fB8?>+o[HpsHJ7GBN172xRznzDV}50?_,"c0")
I20241029 16:32:49.578451 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.579916 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.579947 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20539
I20241029 16:32:49.579998 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20540 (seed: 2849815048)
I20241029 16:32:49.580376 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,null)
I20241029 16:32:49.580401 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.580745 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.581290 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.581585 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.581626 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.581662 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20540
I20241029 16:32:49.581707 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20541 (seed: 4059431174)
I20241029 16:32:49.581859 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,*g3EASWTud.j7nNB\;S,6Oo Done with iteration 20541
I20241029 16:32:49.583323 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20542 (seed: 85916810)
I20241029 16:32:49.583453 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,null)
I20241029 16:32:49.583477 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.583878 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.584460 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.584739 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.584901 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.585065 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20542
I20241029 16:32:49.585179 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20543 (seed: 256035254)
I20241029 16:32:49.586359 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",sXlC^MwVB/a7d7%nQ Done with iteration 20543
I20241029 16:32:49.587916 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20544 (seed: 1896069118)
I20241029 16:32:49.588183 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(N[^4@#/9(-=O@""GcXv*%"bOkXvg=uF.-=,AT(l6x"of2~0hUL=Fd@9,=w?gDJ"*d1P`K;%l/*3i6H]Lw'-,null)
I20241029 16:32:49.588208 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.588591 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.589284 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.589573 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.589613 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.589651 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20544
I20241029 16:32:49.589699 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20545 (seed: 2905345228)
I20241029 16:32:49.589985 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(#y9TgmT5^)FHKoQhS%9a1.>p%vLg>q@{O^Ooz,l4tDFl%wC.b*v%(gVE#tnAcg{sV@D@T'{!.ZT`GX[k5@,xzm_smzcHb>Q-tnM'|G Done with iteration 20545
I20241029 16:32:49.591462 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20546 (seed: 3593755159)
I20241029 16:32:49.591719 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(Vr&j#9sC}z@3F"`>;[:YvSD/>h#3f%m~~^yr#nAqx,UK9'3"$,null)
I20241029 16:32:49.591748 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.592142 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.592828 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.593178 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.593268 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.593331 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20546
I20241029 16:32:49.593418 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20547 (seed: 2014931765)
I20241029 16:32:49.594295 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp((GZu{w=;4l52,d0;lAK9SJ%VEk`wsW+GFE)
I20241029 16:32:49.594321 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.595726 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.595758 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20547
I20241029 16:32:49.595800 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20548 (seed: 673626098)
I20241029 16:32:49.596904 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",q\DFAfl=7Y0'`.yLM9q7cFj*~,P/lg$qO\r&%~jvsoS)
I20241029 16:32:49.596931 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.598274 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.598310 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20548
I20241029 16:32:49.598359 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20549 (seed: 1033205516)
I20241029 16:32:49.599597 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(9qcjXX3!H~q:^VxqnYHj5Qqo!=M~o+g7@y"'a!YHy'L+W|$""}M%13]WKN`$90@^Z=NV+Y`B+O.$]{f2M%AB,"c0")
I20241029 16:32:49.599627 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.601191 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.601223 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20549
I20241029 16:32:49.601280 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20550 (seed: 2572860791)
I20241029 16:32:49.602730 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp((()]GDJk3EPR@I}]uPR(|9s5,FG[~&[xhNa;8(vf}j$}(tS+SGSH*m9a\&h{CyM Done with iteration 20550
I20241029 16:32:49.604296 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20551 (seed: 2061586699)
I20241029 16:32:49.604463 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(x-A'SJ@k#6$B.cVS>^W)n,d"cur7}mWS/@'hGC{Fm}pc}=2i^E Done with iteration 20551
I20241029 16:32:49.605882 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20552 (seed: 1196610647)
I20241029 16:32:49.607904 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,"c0")
I20241029 16:32:49.607934 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.608433 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.609189 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.609464 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.609501 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.609539 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20552
I20241029 16:32:49.609596 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20553 (seed: 459034604)
I20241029 16:32:49.610811 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",8SM2[^|EQ[3{ZII=BQ[DhA+>6Z))~!U.Q-uv&C4TU%{ooD^DP1b"Tup\j{,p;9{?F5$#nuS,fa?,otEbJE2Xf)
I20241029 16:32:49.610853 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.612597 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.612634 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20553
I20241029 16:32:49.612694 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20554 (seed: 935358229)
I20241029 16:32:49.615229 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0","c1")
I20241029 16:32:49.615275 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.616976 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.617012 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20554
I20241029 16:32:49.617076 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20555 (seed: 178371143)
I20241029 16:32:49.617245 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,94mFiA8/(Nsc@zW! Done with iteration 20555
I20241029 16:32:49.618746 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20556 (seed: 2205258610)
I20241029 16:32:49.619732 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(V+^(`>Vm]8R.HwQ6"mQ[nKtj2{GH!{yZ]3xm_3MFI\/*g5j9)7^)i!L7VKO*`e&,C@\k]SX:)`7+KPV_gzutEXL_{{iW.$xZe%}t[NS7're+^pTiN_yc038nU)
I20241029 16:32:49.619757 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.621145 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.621176 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20556
I20241029 16:32:49.621218 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20557 (seed: 3990361997)
I20241029 16:32:49.623119 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(]"[V>B\%h2q_ Done with iteration 20557
I20241029 16:32:49.624696 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20558 (seed: 2803321288)
I20241029 16:32:49.625013 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",7K[/dztO/%c%Sd&c$:;%KMbVezR[H'k)
I20241029 16:32:49.625042 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.625465 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.626082 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.626354 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.626390 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.626427 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20558
I20241029 16:32:49.626474 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20559 (seed: 3423880944)
I20241029 16:32:49.626817 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(?4RElS)dr^Mwh"TP{?{]q%P2nR_,oC*n`tsCv61~=dQ;)(+|Y8s{'YGg/C"C7v',R0:sqp|e$?9:Ld}sA6LU>6sn5iRj4gD1+%mX)
I20241029 16:32:49.626842 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.628365 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.628401 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20559
I20241029 16:32:49.628445 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20560 (seed: 491272370)
I20241029 16:32:49.629914 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(nsqFuq`OmF)lt?SqFFj$49:j'\fFccg*#hE)7HT\]hZzw(rbEgriqqr2T*Sm2"k*FS"7z_2L+ut2rR:8cR7y?A&^23FMEx,null)
I20241029 16:32:49.629947 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.630339 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.630964 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.631248 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.631289 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.631330 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20560
I20241029 16:32:49.631374 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20561 (seed: 736101868)
I20241029 16:32:49.633184 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(b(V,Rd~z5`$uPwz1In^"r8I,"c0")
I20241029 16:32:49.633216 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.634985 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.635020 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20561
I20241029 16:32:49.635074 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20562 (seed: 2469734781)
I20241029 16:32:49.635538 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(bu@NM-&',U+'u Done with iteration 20562
I20241029 16:32:49.636986 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20563 (seed: 3327779238)
I20241029 16:32:49.638896 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0","c1")
I20241029 16:32:49.638926 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.640336 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.640367 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20563
I20241029 16:32:49.640421 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20564 (seed: 3337288848)
I20241029 16:32:49.641690 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(W3|ew^7u3MJ./,"c0")
I20241029 16:32:49.641721 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.643208 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.643244 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20564
I20241029 16:32:49.643294 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20565 (seed: 1176866137)
I20241029 16:32:49.644501 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(!AKL"8T~Lj7?xD+#,%f:Bkp0M[Vfa3QdvMK]OV*L+'mM'()
I20241029 16:32:49.644528 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.646029 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.646060 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20565
I20241029 16:32:49.646101 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20566 (seed: 4094220849)
I20241029 16:32:49.646281 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(*u3Vv5*uU+ADG`y75*Y~sbYN}gMz{ZQhpc80{-W}"=A0^A-]'K,>#IdjdkHb+K06ijDL9R.QTl}ZCOGQx4Y(#^8gXu_t1%u$h):MTV^.9&'nS/240:],qA]lLH>=QtD,[)
I20241029 16:32:49.646306 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.647620 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.647650 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20566
I20241029 16:32:49.647691 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20567 (seed: 1954318445)
I20241029 16:32:49.648672 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",)bq)
I20241029 16:32:49.648700 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.650065 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.650095 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20567
I20241029 16:32:49.650142 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20568 (seed: 2435613323)
I20241029 16:32:49.652334 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0","c1")
I20241029 16:32:49.652374 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.654003 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.654036 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20568
I20241029 16:32:49.654094 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20569 (seed: 4220346324)
I20241029 16:32:49.656097 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0","c1")
I20241029 16:32:49.656126 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.657608 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.657644 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20569
I20241029 16:32:49.657698 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20570 (seed: 1048240432)
I20241029 16:32:49.658857 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,"c0")
I20241029 16:32:49.658885 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.659344 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.660010 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.660476 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.660518 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.660560 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20570
I20241029 16:32:49.660619 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20571 (seed: 622997)
I20241029 16:32:49.660969 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(;u\gP'=&Dt"=V._( Done with iteration 20571
I20241029 16:32:49.662648 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20572 (seed: 752462532)
I20241029 16:32:49.664062 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(q},,[ylIul7Q[7@B=[q'CiW1Bt=)
I20241029 16:32:49.664088 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.665421 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.665454 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20572
I20241029 16:32:49.665495 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20573 (seed: 1723155067)
I20241029 16:32:49.667358 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp([Cv@I:l%vyLS:Ikik+&G,#-nSo$kI=H~2`$NX")Ww,u0`9C'Rj'-,"c0")
I20241029 16:32:49.667387 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.668859 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.668890 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20573
I20241029 16:32:49.668941 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20574 (seed: 2341933729)
I20241029 16:32:49.669495 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",null)
I20241029 16:32:49.669523 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.669951 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.670631 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.670894 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.670930 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.670964 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20574
I20241029 16:32:49.671007 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20575 (seed: 3774522175)
I20241029 16:32:49.672411 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(cxp0z$}fTCsV_r7GOB4,"c0")
I20241029 16:32:49.672441 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.673796 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.673830 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20575
I20241029 16:32:49.673879 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20576 (seed: 2813360344)
I20241029 16:32:49.675936 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0","c1")
I20241029 16:32:49.675964 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.677765 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.677801 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20576
I20241029 16:32:49.677861 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20577 (seed: 2059437285)
I20241029 16:32:49.678028 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,OqPBCS-^JD_.dnC[&GzL>O_L0aK5(g@MA+#'GIX{S|jg&~VtCsk/n6)d$aLdMke>k_)!J^rH~c]+6R=+:]/60LTh>e'\)
I20241029 16:32:49.678053 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.678443 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.679047 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.679330 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.679368 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.679404 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20577
I20241029 16:32:49.679446 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20578 (seed: 292277804)
I20241029 16:32:49.680483 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",X)
I20241029 16:32:49.680510 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.681816 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.681847 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20578
I20241029 16:32:49.681895 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20579 (seed: 665223319)
I20241029 16:32:49.682447 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(>Trk(L:Ke\d%~~Q\+k7w^>SusAE[Qf=:>l]INK(CB|V^["|F!""K1cIBT^Sjc=f]~t,Bbu/.`}^"2oF8B=+(W}0?_K-,({(f?E~T@}tuS[fERM;tUkiu>_)
I20241029 16:32:49.682473 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.683758 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.683790 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20579
I20241029 16:32:49.683832 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20580 (seed: 2019903288)
I20241029 16:32:49.685142 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",nM$E6}xA7f-hxb Done with iteration 20580
I20241029 16:32:49.686810 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20581 (seed: 3085198957)
I20241029 16:32:49.688315 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(&=I-@Rvw>.|$EzYp=[exAfxE^R_.zZAd-.mH>:}WH8s,"c0")
I20241029 16:32:49.688344 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.689699 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.689734 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20581
I20241029 16:32:49.689785 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20582 (seed: 3134285883)
I20241029 16:32:49.690368 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(8o:,|ft0NEhjq|1MP5yocB2@T&mei=kE0K8,+L:C1pn$9qZ0~QqQ7|D%*i~VoY.03|:7fKJ1Zu=E|m_hR,D_~x"1)
I20241029 16:32:49.690393 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.691725 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.691756 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20582
I20241029 16:32:49.691797 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20583 (seed: 1049362445)
I20241029 16:32:49.692973 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",r~9=4ICdIXtM\W?p\FcU>g"}>N}nG%R339dl03QBt3(G%[2]V8nyi=-wk".9PIVzbj3)05>L"@Z/$.7'MrnyD$&8=KJpcebK.Un)
I20241029 16:32:49.693002 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.694401 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.694439 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20583
I20241029 16:32:49.694491 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20584 (seed: 2710664258)
I20241029 16:32:49.695434 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(AmEhP]lBowyty2om3~I1e_89EI>8SIgYC7#+a]o6ORATT7Y!4*Oiv*@.POvgz--Zjs!@eD/hD6Ssd}mY Done with iteration 20584
I20241029 16:32:49.696915 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20585 (seed: 2850472225)
I20241029 16:32:49.697430 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(ah*MjFV)Fc@)!QI/]*4hsFDzp!#(NdAt[@epHDsR/'SsB"2YD7)tvmv Done with iteration 20585
I20241029 16:32:49.698810 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20586 (seed: 1175322498)
I20241029 16:32:49.699091 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(?$ry./,CNUW5G"}-7w|^[5'dv.kK+^m5hP+lV'-fizb1Po,OK&Ocx?)L}zzT+ebb"E7dt|:G`%,}yC1dQ*~q5DECMYn,`ea!4jW++duEk#**6m`d^jq~?+]0&xu#.HJ%\r*?r%TC=/da24.QJ{<.st5ml i20241029 expressionverifier.cpp:80 executing expression : fuzzertoolkit.cpp:103 exceptions match. expressionfuzzerverifier.cpp:408> Done with iteration 20586
I20241029 16:32:49.700541 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20587 (seed: 4222057323)
I20241029 16:32:49.703248 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0","c1")
I20241029 16:32:49.703276 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.705308 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.705343 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20587
I20241029 16:32:49.705418 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20588 (seed: 2829182390)
I20241029 16:32:49.706533 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,UUD2\U'qHs>33lJ*&P`]"_|Knniw-QS0c3HZaISM?mo|Xr-PY^iL-MmX5KQ,|Pz3pcN_Hb%9,+\"7-5:q?S]H*N50Lrl*ty)
I20241029 16:32:49.706560 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.706939 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.707512 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.707791 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.707834 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.707875 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20588
I20241029 16:32:49.707921 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20589 (seed: 2200716809)
I20241029 16:32:49.708575 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,g)
I20241029 16:32:49.708600 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.708966 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.709609 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.709889 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.709930 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.709967 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20589
I20241029 16:32:49.710011 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20590 (seed: 1840738188)
I20241029 16:32:49.710214 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(wl%wucD(rXYI#4HLO++g_YRZCgu>8k^b$/vjl,null)
I20241029 16:32:49.710245 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.710660 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.711341 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.711675 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.711714 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.711752 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20590
I20241029 16:32:49.711795 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20591 (seed: 1322944669)
I20241029 16:32:49.712913 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(Zb^F^is5d`]t(i7k6[8b.wiqY!sLt`il062uI>f0$q5C2z5l>,~|L2EQ'YG/B9U:MaAoXOgSGX179;da>9vn"P&M1SV7@$`)
I20241029 16:32:49.712939 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.714341 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.714375 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20591
I20241029 16:32:49.714418 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20592 (seed: 1121407171)
I20241029 16:32:49.714972 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(z*@$_Xqp}di-fZ!bwV/).?KUxiSb'3&76%JI'`?Z5[6,null)
I20241029 16:32:49.714998 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.715379 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.716002 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.716331 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.716368 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.716405 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20592
I20241029 16:32:49.716449 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20593 (seed: 3244173725)
I20241029 16:32:49.717525 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",^2KcCKKHp'aSq5$iB)
I20241029 16:32:49.717552 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.718961 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.718993 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20593
I20241029 16:32:49.719043 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20594 (seed: 1229921866)
I20241029 16:32:49.720114 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(ack6#x4$O-=M"O1K:M]RHOq,"c0")
I20241029 16:32:49.720149 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.721537 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.721575 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20594
I20241029 16:32:49.721621 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20595 (seed: 3055295591)
I20241029 16:32:49.722746 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",epd\]2d(OqwPd}a0yL$Xl2ZdV;C$AxEh.]&[ioB%39s!l8IHr{w`J1B\aMEp?cqZ\c-=9)
I20241029 16:32:49.722776 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.724170 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.724202 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20595
I20241029 16:32:49.724254 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20596 (seed: 3965288327)
I20241029 16:32:49.726330 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(=pQqzvv:%SI20JurETX:,"c0")
I20241029 16:32:49.726365 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.727770 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.727806 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20596
I20241029 16:32:49.727859 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20597 (seed: 3360277389)
I20241029 16:32:49.728152 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,null)
I20241029 16:32:49.728176 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.728540 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.729097 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.729360 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.729396 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.729434 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20597
I20241029 16:32:49.729476 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20598 (seed: 1905430758)
I20241029 16:32:49.730615 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(f!U4v,XF+l:\o$$|n}f%,uC/,!jViT[> Done with iteration 20598
I20241029 16:32:49.732192 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20599 (seed: 2953061659)
I20241029 16:32:49.732561 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(GJKeCi_`$i):V;]W]1H7qfO+Kr%pB6|fkGh@bPemGZ4ltiOwi6`&IcO=N49a\2GIad.,null)
I20241029 16:32:49.732586 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.732977 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.733606 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.733886 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.733924 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.733961 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20599
I20241029 16:32:49.734005 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20600 (seed: 3377221241)
I20241029 16:32:49.734575 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(`D8;(W$Fa6T1"1i2>}sK!#CJLLxS^;RLg0)a Done with iteration 20600
I20241029 16:32:49.736210 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20601 (seed: 1535407870)
I20241029 16:32:49.736950 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(ST"Px'0&GtXyP,"c0")
I20241029 16:32:49.736979 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.737334 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.737890 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.738137 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.738173 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.738209 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20601
I20241029 16:32:49.738255 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20602 (seed: 1508759165)
I20241029 16:32:49.739187 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,q&KBoT+wY/`Db'c3af/bo.p?jno5ZZ0te+?Feoi:C4@C_OB1*+M:?4F67C6:J)2%>2B7FXR{+ZITn{eyx)
I20241029 16:32:49.739212 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.739585 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.740147 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.740439 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.740480 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.740520 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20602
I20241029 16:32:49.740562 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20603 (seed: 1369478181)
I20241029 16:32:49.742375 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,"c0")
I20241029 16:32:49.742410 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.742841 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.743531 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.743845 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.743886 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.743928 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20603
I20241029 16:32:49.743985 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20604 (seed: 2955224681)
I20241029 16:32:49.744726 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,=11,Poxp.L+x,e8m0l&V%*h-h`_/A7DI?$r1gY/T=}k(u}f(L`?eigo+seAjc~3|of[T$%fdI`7d')+v,>)
I20241029 16:32:49.744751 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.745136 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.745780 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.746076 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.746115 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.746150 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20604
I20241029 16:32:49.746192 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20605 (seed: 2895164140)
I20241029 16:32:49.747134 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(M(}e2%lM[m=/KExyvY`"2o+z2nnrGfAxb|}Wrl>1-k]-3E`Dpg{rvN"nQy,Hi"o6CT2NT}*'P&rJTYQ"7,p;g3C|=Va-%K)
I20241029 16:32:49.747160 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.748469 3642830 FuzzerToolkit.cpp:103] Exceptions match.
I20241029 16:32:49.748499 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20605
I20241029 16:32:49.748539 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20606 (seed: 3463879531)
I20241029 16:32:49.749817 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp("c0",null)
I20241029 16:32:49.749845 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.750447 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.751426 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.751727 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.751767 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.751806 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20606
I20241029 16:32:49.751871 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20607 (seed: 1127085726)
I20241029 16:32:49.753831 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,"c0")
I20241029 16:32:49.753870 3642830 ExpressionVerifier.cpp:80] Executing expression 1 : "row_number"
I20241029 16:32:49.754385 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.755172 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.755465 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.755503 3642830 FuzzerToolkit.cpp:137] Two vectors match.
I20241029 16:32:49.755542 3642830 ExpressionFuzzerVerifier.cpp:408] ==============================> Done with iteration 20607
I20241029 16:32:49.755602 3642830 ExpressionFuzzerVerifier.cpp:347] ==============================> Started iteration 20608 (seed: 2978168455)
I20241029 16:32:49.755797 3642830 ExpressionVerifier.cpp:80] Executing expression 0 : get_timestamp(null,D?$P!Ai_W`{>@)T$k@3` Done with iteration 20608
I20241029 16:32:49.757310 3642830 ExpressionFuzzerVerifier.cpp:176] ==============================> Top 1 by number of rows processed
I20241029 16:32:49.757325 3642830 ExpressionFuzzerVerifier.cpp:178] Format: functionName numTimesSelected proportionOfTimesSelected numProcessedRows
I20241029 16:32:49.757336 3642830 ExpressionFuzzerVerifier.cpp:182] get_timestamp 20609 100.00% 421934
I20241029 16:32:49.757351 3642830 ExpressionFuzzerVerifier.cpp:188] ==============================> Bottom 1 by number of rows processed
I20241029 16:32:49.757361 3642830 ExpressionFuzzerVerifier.cpp:190] Format: functionName numTimesSelected proportionOfTimesSelected numProcessedRows
I20241029 16:32:49.757371 3642830 ExpressionFuzzerVerifier.cpp:195] get_timestamp 20609 100.00% 421934
I20241029 16:32:49.757385 3642830 ExpressionFuzzerVerifier.cpp:208] ==============================> All stats sorted by number of times the function was chosen
I20241029 16:32:49.757395 3642830 ExpressionFuzzerVerifier.cpp:210] Format: functionName numTimesSelected proportionOfTimesSelected numProcessedRows
I20241029 16:32:49.757407 3642830 ExpressionFuzzerVerifier.cpp:214] get_timestamp 20609 100.00% 421934
E20241029 16:32:49.757419 3642830 ExpressionFuzzerVerifier.cpp:414] Total iterations: 20609
E20241029 16:32:49.757428 3642830 ExpressionFuzzerVerifier.cpp:415] Total failed: 13577
[==========] Running 0 tests from 0 test suites.
[==========] 0 tests from 0 test suites ran. (0 ms total)
[ PASSED ] 0 tests.
Process finished with exit code 0
@pedroerp Could you help to review this PR please? Thanks.
Does this change the behavior of some Presto or Spark functions? If so, please, update the docs.
@mbasmanova Yes, this PR changes the behavior of the functions from_unixtime and get_timestamp. I've added documentation to reflect these changes.
@NEUpanning CI is red. Would you take a look?
The following tests FAILED:
219 - MockSharedArbitrationTest.globalArbitrationWithoutSpill (Failed)
CC: @tanjialiang @xiaoxmeng @bikramSingh91
@mbasmanova has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator .
@NEUpanning Would you rebase and fix a lint?
@mbasmanova I've rebased to the main branch and made the 'initializeFormmater' function inline.
@mbasmanova has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator .
@mbasmanova merged this pull request in facebookincubator/velox@64661a31deaedcc7b0ea561b182a50a811a124c0.
Conbench analyzed the 1 benchmark run on commit 64661a31.
There were no benchmark performance regressions. 🎉
The full Conbench report has more details.