91³Ô¹ÏÍø

Watch CBS News

Evacuation order lifted on UMN campus following petroleum leak

MINNEAPOLIS -- Emergency responders are looking for the source of a petroleum leak that prompted evacuations of several University of Minnesota arenas and buildings late Tuesday morning.

the leak was detected in the sewer around Fifth and Oak streets southeast. Fire officials say Met Council contractors working in the sewer tunnels reported the leak after their gas monitors spiked. The contractors also smelled and saw petroleum in the sewer tunnel.  

The MFD battalion chief told WCCO the highest gas readings were at 14th and University avenues. Some readings reached the "lower explosive limit," the chief said, which is the lowest concentration at which gas will burn in air. To lower the levels, crews opened up several hydrants to flush out the sewers, spilling water out into the streets.   

The evacuation order was lifted just before 4:30 p.m., though the Minnesota Department of Public Safety urges residents in the area to call 911 "if you smell gas when you return home."  

The source of the petroleum leak is yet unclear, officials said in an afternoon news conference. It is not known if it the leak is liquid petroleum or gas. The Minnesota Department of Public Safety says its Hazmat team responded to the scene, taking samples from the sewer waters. So far, no injuries have been reported. 

According to the university, the gas odor prompted evacuations at Williams Arena, Huntington Bank Stadium, McNamara Alumni Center, Aquatics Center, Recreation Center, and Mariucci and Maturi Sports Pavilion. State officials said that other non-campus buildings were also evacuated.

Two campus transit routes on the east and west banks, the Connector and Campus Circulator, have been suspended until further notice, the university said. Roads in the area were also closed, and people were advised to stay clear of the area. 

The areas that are currently being monitored include: 

--  East Hennepin Avenue from Hoover to Stinson to 33rd Avenue Northeast
-- 18th Avenue to Elm Street
-- 4th Street and University Avenue from 14th Avenue to Oak Street

Meanwhile, officials say that those with homes in the area should to run water in every sink and floor drain to help flush out the petroleum.

inx-aerials-university-of-mn-gas-leak-evacuations-080222.jpg
CBS News

The petroleum leak comes a month after an underground explosion rumbled University Avenue near the campus, blowing manhole covers off a stretch of the road and prompting evacuations. A state investigation into that incident is ongoing.

The source for this previous gas leak also remains unclear, raising questions about future gas leaks in the area as students will soon return to campus for the fall semester. 

This is a developing story, so check back for more. 

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });