Skip to content

Instantly share code, notes, and snippets.

View edgarcosta's full-sized avatar

Edgar Costa edgarcosta

View GitHub Profile
@edgarcosta
edgarcosta / # gcc - 2016-02-03_00-21-39.txt
Created February 3, 2016 05:25
gcc on OS X 10.10.5 - Homebrew build logs
Homebrew build logs for gcc on OS X 10.10.5
Build date: 2016-02-03 00:21:39
[db]
port = 27017
host = readonly.lmfdb.xyz
Batch 0
Testing 9 curves
[x^2, x^3 + x + 1, ['RR']] : PASS
[x^5 + 2*x^4 + 2*x^3 + x^2, x + 1, ['RR']] : PASS
[x^4 + x^2, x^3 + 1, ['RR', 'RR']] : PASS
[x^5 - 40*x^3 + 22*x^2 + 389*x - 608, x^2 + x + 1, ['RR']] : PASS
[x^5 + x^4, x^3 + x + 1, ['M_2(RR)']] : PASS
[2*x^5 + x^4 - 12*x^3 + 17*x - 9, x^3 + x, ['RR']] : PASS
[x^5 - 9*x^4 + 14*x^3 - 19*x^2 + 11*x - 6, 1, ['RR']] : PASS
[x^2 + x, x^3 + 1, ['RR']] : PASS
mult = 30 trace_hash = 614234417631879814
label = 481.2.y.a dim = 2
label = 481.2.z.a dim = 84
label = 481.2.y.b dim = 86
label = 481.2.bc.a dim = 114
label = 481.2.bc.b dim = 114
label = 481.2.bg.a dim = 164
label = 481.2.by.a dim = 164
label = 481.2.bd.a dim = 172
label = 481.2.be.a dim = 172
2019-04-07 16:13:59.700 EDT [18363] editor@lmfdb LOG: could not receive data from client: Connection reset by peer
2019-04-07 16:14:38.844 EDT [18564] editor@lmfdb LOG: duration: 12992.776 ms statement: SELECT "label", "coeffs", "degree", "r2", "cm", "iso_number", "disc_abs", "disc_sign", "disc_rad", "ramps", "galt", "class_number", "class_group", "used_grh", "rd" FROM "nf_fields" WHERE "degree" = 2 ORDER BY "degree", "disc_abs", "disc_sign", "iso_number"
2019-04-07 16:29:37.936 EDT [18564] editor@lmfdb LOG: duration: 2342.889 ms statement: SELECT "label", "coeffs", "degree", "r2", "cm", "iso_number", "disc_abs", "disc_sign", "disc_rad", "ramps", "galt", "class_number", "class_group", "used_grh", "rd" FROM "nf_fields" WHERE "degree" = 12 ORDER BY "degree", "disc_abs", "disc_sign", "iso_number"
2019-04-07 16:29:52.102 EDT [18564] editor@lmfdb LOG: could not receive data from client: Connection reset by peer
2019-04-08 01:38:58.730 EDT [16741] editor@lmfdb LOG: could not receive data from client: Connect
2019-04-07 16:13:59.700 EDT [18363] editor@lmfdb LOG: could not receive data from client: Connection reset by peer
2019-04-07 16:14:38.844 EDT [18564] editor@lmfdb LOG: duration: 12992.776 ms statement: SELECT "label", "coeffs", "degree", "r2", "cm", "iso_number", "disc_abs", "disc_sign", "disc_rad", "ramps", "galt", "class_number", "class_group", "used_grh", "rd" FROM "nf_fields" WHERE "degree" = 2 ORDER BY "degree", "disc_abs", "disc_sign", "iso_number"
2019-04-07 16:29:37.936 EDT [18564] editor@lmfdb LOG: duration: 2342.889 ms statement: SELECT "label", "coeffs", "degree", "r2", "cm", "iso_number", "disc_abs", "disc_sign", "disc_rad", "ramps", "galt", "class_number", "class_group", "used_grh", "rd" FROM "nf_fields" WHERE "degree" = 12 ORDER BY "degree", "disc_abs", "disc_sign", "iso_number"
2019-04-07 16:29:52.102 EDT [18564] editor@lmfdb LOG: could not receive data from client: Connection reset by peer
2019-04-08 01:38:58.730 EDT [16741] editor@lmfdb LOG: could not receive data from client: Connect
2019-04-07 16:13:59.700 EDT [18363] editor@lmfdb LOG: could not receive data from client: Connection reset by peer
2019-04-07 16:14:38.844 EDT [18564] editor@lmfdb LOG: duration: 12992.776 ms statement: SELECT "label", "coeffs", "degree", "r2", "cm", "iso_number", "disc_abs", "disc_sign", "disc_rad", "ramps", "galt", "class_number", "class_group", "used_grh", "rd" FROM "nf_fields" WHERE "degree" = 2 ORDER BY "degree", "disc_abs", "disc_sign", "iso_number"
2019-04-07 16:29:37.936 EDT [18564] editor@lmfdb LOG: duration: 2342.889 ms statement: SELECT "label", "coeffs", "degree", "r2", "cm", "iso_number", "disc_abs", "disc_sign", "disc_rad", "ramps", "galt", "class_number", "class_group", "used_grh", "rd" FROM "nf_fields" WHERE "degree" = 12 ORDER BY "degree", "disc_abs", "disc_sign", "iso_number"
2019-04-07 16:29:52.102 EDT [18564] editor@lmfdb LOG: could not receive data from client: Connection reset by peer
2019-04-08 01:38:58.730 EDT [16741] editor@lmfdb LOG: could not receive data from client: Connect
This file has been truncated, but you can view the full file.
2019-04-07 06:25:03.568 EDT [11192] postgres@template1 ERROR: column "waiting" does not exist at character 217
2019-04-07 06:25:03.568 EDT [11192] postgres@template1 STATEMENT: SELECT tmp.mstate AS state,COALESCE(count,0) FROM
(VALUES ('active'),('waiting'),('idle'),('idletransaction'),('unknown')) AS tmp(mstate)
LEFT JOIN
(SELECT CASE WHEN waiting THEN 'waiting' WHEN state='idle' THEN 'idle' WHEN state LIKE 'idle in transaction%' THEN 'idletransaction' WHEN state='disabled' THEN 'unknown' WHEN query='<insufficient privilege>' THEN 'unknown' ELSE 'active' END AS mstate,
count(*) AS count
FROM pg_stat_activity WHERE pid != pg_backend_pid() AND datname='lmfdb'
GROUP BY CASE WHEN waiting THEN 'waiting' WHEN state='idle' THEN 'idle' WHEN state LIKE 'idle in transaction%' THEN 'idletransaction' WHEN state='disabled' THEN 'unknown' WHEN query='<insufficient privilege>' THEN 'unknown' ELSE 'active' END
2019-04-08 06:30:09.521 EDT [51821] postgres@template1 ERROR: could not open directory "pg_xlog": No such file or directory
2019-04-08 06:30:09.521 EDT [51821] postgres@template1 STATEMENT: SELECT count(*) AS segments FROM pg_ls_dir('pg_xlog') t(fn) WHERE fn ~ '^[0-9A-Z]{24}$'
2019-04-08 06:35:03.905 EDT [53145] postgres@template1 ERROR: column "waiting" does not exist at character 217
2019-04-08 06:35:03.905 EDT [53145] postgres@template1 STATEMENT: SELECT tmp.mstate AS state,COALESCE(count,0) FROM
(VALUES ('active'),('waiting'),('idle'),('idletransaction'),('unknown')) AS tmp(mstate)
LEFT JOIN
(SELECT CASE WHEN waiting THEN 'waiting' WHEN state='idle' THEN 'idle' WHEN state LIKE 'idle in transaction%' THEN 'idletransaction' WHEN state='disabled' THEN 'unknown' WHEN query='<insufficient privilege>' THEN 'unknown' ELSE 'active' END AS mstate,
count(*) AS count
FROM pg_stat_activity WHERE pid != pg_backend_pid() A
2019-04-08 20:15:09.673 EDT [27917] postgres@template1 STATEMENT: SELECT count(*) AS segments FROM pg_ls_dir('pg_xlog') t(fn) WHERE fn ~ '^[0-9A-Z]{24}$'
2019-04-08 20:15:30.367 EDT [28040] editor@lmfdb ERROR: malformed array literal: "6.0.186624.1" at character 814
2019-04-08 20:15:30.367 EDT [28040] editor@lmfdb DETAIL: Array value must start with "{" or dimension information.
2019-04-08 20:15:30.367 EDT [28040] editor@lmfdb STATEMENT: INSERT INTO "g2c_test" ("geom_aut_grp_id", "igusa_inv", "num_rat_wpts", "is_simple_base", "is_simple_geom", "torsion_order", "g2_inv", "cond", "Lhash", "abs_disc", "id", "has_square_sha", "analytic_rank", "label", "st_group", "aut_grp_id", "eqn", "num_rat_pts", "locally_solvable", "bad_lfactors", "is_gl2_type", "class", "two_torsion_field", "non_solvable_places", "disc_sign", "two_selmer_rank", "igusa_clebsch_inv", "globally_solvable", "geom_end_alg", "real_geom_end_alg", "torsion_subgroup", "root_number") VALUES ('[24,8]', '[''-120'',''330'',''320'',''-36825'',''-11664''